VirtualVariable.EpochFormat(String) Method

Top 

Description

Returns a formatted string representing an epoch in time. The format string formatSpecificationcan include the date and time formats shown in the "Parsing Dates and Times" reference in the Help File, including month, day, year, hours, minutes, and seconds. 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.

 

Method Signature

VirtualVariable.EpochFormat(

String formatSpecification)

 

 

Arguments

formatSpecification


Description:

Specifies the format of the output String. The format specification can include the date and time formats shown in the "Parsing Dates and Times" reference in the Help File, including month, day, year, hours, minutes, and seconds. The user can also include custom characters by surrounding them with **asterisks**. If a format string is not specified, the format "Mmm DD YYYY hh:mm:ss.fs" will be used.

 

 

 

Return Value

Type:

string

 

 

Returns a formatted string representing an epoch in time.

 

Syntax

myString1 = mySpacecraft1.A.EpochFormat(myString2);

 

 

See also

VirtualVariable Object

VirtualVariable.EpochFormat

Parsing Dates and Times