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

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