Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DayInfo Class / IsToday Property


In This Topic
    IsToday Property (DayInfo)
    In This Topic
    Gets a value indicating whether the Date is Today.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsToday As Boolean
    'Usage
     
    Dim instance As DayInfo
    Dim value As Boolean
     
    value = instance.IsToday
    public bool IsToday {get;}

    Property Value

    true if the Date is Today; otherwise, false.
    See Also