ComponentOne Scheduler for WPF and Silverlight
ConvertAll<TOutput> Method (WorkDays)

C1.C1Schedule Namespace > WorkDays Class : ConvertAll<TOutput> Method
Syntax
'Declaration
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As System.Converter(Of DayOfWeek,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   System.Converter<DayOfWeek,TOutput> converter
)

Parameters

converter

Type Parameters

TOutput
See Also

Reference

WorkDays Class
WorkDays Members