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


In This Topic
    Date Property (DayInfo)
    In This Topic
    Gets the date which the DayInfo represents.
    Syntax
    'Declaration
     
    Public ReadOnly Property Date As Date
    'Usage
     
    Dim instance As DayInfo
    Dim value As Date
     
    value = instance.Date
    public DateTime Date {get;}

    Property Value

    A System.DateTime value which the DayInfo represents.
    Remarks
    A GrapeCity.Windows.InputMan.Primitives.CalendarDayButton represented a day in GrapeCity.Windows.InputMan.GcDropDownCalendar, the System.DateTime value of this day could be retrieved via this property.
    See Also