Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / CalendarDaySlotInfo Class / IsToday Property

In This Topic
    IsToday Property
    In This Topic
    Check the date associated with this slot is today or not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsToday As Boolean
    public bool IsToday {get;}
    See Also