Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / CalendarDayOfWeekSlotInfo Class / DayOfWeek Property

In This Topic
    DayOfWeek Property
    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