Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarDayOfWeekSlotInfo Class / DayOfWeek Property

In This Topic
    DayOfWeek Property (CalendarDayOfWeekSlotInfo)
    In This Topic
    Gets or sets the day of week associated with the slot.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeek As DayOfWeek
    public DayOfWeek DayOfWeek {get; set;}
    See Also