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

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