Returns a string containing calendar date-style AOS/MAX/LOS data with the times given in the current local time.

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 string ToStringLocal(
	IOrbit orbit,
	string zoneName,
	string zoneNameDst
)
Visual Basic
Public Function ToStringLocal ( _
	orbit As IOrbit, _
	zoneName As String, _
	zoneNameDst As String _
) As String
Visual C++
public:
String^ ToStringLocal(
	IOrbit^ orbit, 
	String^ zoneName, 
	String^ zoneNameDst
)

Parameters

orbit
Type: IOrbit

[Missing <param name="orbit"/> documentation for "M:Zeptomoby.OrbitTools.Track.PassData.ToStringLocal(Zeptomoby.OrbitTools.IOrbit,System.String,System.String)"]

zoneName
Type: System..::..String
The abbreviated name of the time zone during standard time (i.e., "LST").
zoneNameDst
Type: System..::..String
The abbreviated name of the time zone during daylight savings time (i.e., "LDT").

Return Value

The formatted string.

See Also