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

In This Topic
    IsWeekend Property (DaySlot)
    In This Topic
    Indicates whether the DaySlot represents a weekend day.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsWeekend As System.Boolean
    public System.bool IsWeekend {get;}
    See Also