Gets a date represented by the DaySlot object or a null value if the DaySlot is empty.

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

Syntax

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

See Also