The time, in minutes-past-epoch, associated with the latitude/longitude data.

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

See Also