The starting time of the period.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
public DateTime Start { get; private set; }
Visual Basic
Public Property Start As DateTime
	Get
	Private Set
Visual C++
public:
property DateTime Start {
	DateTime get ();
	private: void set (DateTime value);
}

See Also