Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / 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 System.Collections.Generic.List(Of DayOfWeek)
    public System.Collections.Generic.List<DayOfWeek> GetDaysOfWeek()

    Return Value

    The System.Collections.Generic.List`1 object.
    See Also