Variable.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 Variable 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

Variable.EpochFormat(

)

 

 

Return Value

Type:

string

 

 

Returns a formatted string representing an epoch in time.

 

Syntax

myString1 = myVariable1.EpochFormat();

 

 

Example 1

 

 

See also

Variable Object

Variable.EpochFormat

Parsing Dates and Times

Matrix, Array, and Variable Math Guide