ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DaySlot Class / DayOfWeek Property

In This Topic
    DayOfWeek Property (DaySlot)
    In This Topic
    Gets the day of the week that this slot corresponds to.
    Syntax
    'Declaration
     
    Public ReadOnly Property DayOfWeek As System.DayOfWeek
    public System.DayOfWeek DayOfWeek {get;}
    See Also