VirtualVariable.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.fs"). The calling VirtualVariable Epoch is assumed to be in TAI, the String is returned in UTC.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Method Signature

VirtualVariable.EpochFormat(

)

 

 

Return Value

Type:

string

 

 

Returns a formatted string representing an epoch in time.

 

Syntax

myString1 = mySpacecraft1.A.EpochFormat();

 

 

See also

VirtualVariable Object

VirtualVariable.EpochFormat

Parsing Dates and Times