| C1.C1Schedule Namespace > WorkDays Class : FindLast Method |
'Declaration<__DynamicallyInvokableAttribute()> Public Function FindLast( _ ByVal match As Predicate(Of DayOfWeek) _ ) As DayOfWeek
'UsageDim instance As WorkDays Dim match As Predicate(Of DayOfWeek) Dim value As DayOfWeek value = instance.FindLast(match)
[__DynamicallyInvokable()] public DayOfWeek FindLast( Predicate<DayOfWeek> match )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2