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

In This Topic
    IsToday Property (ViewSlot)
    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