Gets the start time of day of the recurrence.

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

Syntax

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

See Also