Spacecraft.EpochFormat() Method

Top 

Description

Returns a formatted string representing an epoch in time, using the standard FreeFlyer calendar format ("Mmm DD YYYY hh:mm:ss.sss"). The calling Spacecraft Epoch is assumed to be in TAI, the String is returned in UTC.

 

This method has been Deprecated. Please use Spacecraft.Epoch.EpochFormat instead.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Method Signature

Spacecraft.EpochFormat(

)

 

 

Return Value

Type:

string

 

 

Returns a formatted string representing an epoch in time.

 

Syntax

myString1 = mySpacecraft1.EpochFormat();

 

 

Example 1

 

 

See also

Spacecraft Object

Spacecraft.EpochFormat

Parsing Dates and Times

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide