Scheduler for WPF | ComponentOne
C1.Schedule Namespace / RecurrencePattern Class / GetDaysOfWeek Method

In This Topic
    GetDaysOfWeek Method
    In This Topic
    Converts the DayOfWeekMask property into the list of DayOfWeek constants.
    Syntax
    'Declaration
     
    
    Public Function GetDaysOfWeek() As List(Of DayOfWeek)
    public List<DayOfWeek> GetDaysOfWeek()

    Return Value

    The List object.
    See Also