Scheduler for WPF | ComponentOne
C1.WPF.Schedule 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 Boolean
    public bool IsWeekend {get;}
    See Also