Gets a date representing by the DaySlotPresenter or a null value if the element represents an empty DaySlot.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public Nullable<DateTime> Date { get; }
Visual Basic
Public ReadOnly Property Date As Nullable(Of DateTime)
	Get

See Also