Gets the time of the TimeSlot.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DateTime DateTime { get; }
Visual Basic
Public ReadOnly Property DateTime As DateTime
	Get
Visual C++
public:
property DateTime DateTime {
	DateTime get ();
}

See Also