Returns a string containing calendar date-style AOS/MAX/LOS data with
the times given in the specified time zone.
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
C# |
---|
public string ToString(
IOrbit orbit,
TimeZoneInfo tzInfo,
string zoneName,
string zoneNameDst
) |
Visual Basic |
---|
Public Function ToString ( _
orbit As IOrbit, _
tzInfo As TimeZoneInfo, _
zoneName As String, _
zoneNameDst As String _
) As String |
Visual C++ |
---|
public:
String^ ToString(
IOrbit^ orbit,
TimeZoneInfo^ tzInfo,
String^ zoneName,
String^ zoneNameDst
) |
Parameters
- orbit
- Type: IOrbit
The satellite orbit.
- tzInfo
- Type: System..::..TimeZoneInfo
The target time zone information.
- 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