The ending 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 Stop { get; private set; }
Visual Basic
Public Property Stop As DateTime
	Get
	Private Set
Visual C++
public:
property DateTime Stop {
	DateTime get ();
	private: void set (DateTime value);
}

See Also