Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DaySlotPresenter Class / Date Property

In This Topic
    Date Property (DaySlotPresenter)
    In This Topic
    Gets a date representing by the DaySlotPresenter or a null value if the element represents an empty DaySlot.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Date As Nullable(Of Date)
    public Nullable<DateTime> Date {get;}
    See Also