EphemerisVector.GetTimeSpanValue Method

Top 

Description

Gets the specified column as a TimeSpan.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

EphemerisVector.GetTimeSpanValue(String columnName)

TimeSpan

Gets the specified column as a TimeSpan.

EphemerisVector.GetTimeSpanValue(Variable columnIndex)

TimeSpan

Gets the specified column as a TimeSpan.

EphemerisVector.GetTimeSpanValue(String columnName, Variable side)

TimeSpan

Gets the specified column as a TimeSpan, noting the side of the discontinuity as specified by the 'side' argument. Note, if there is no discontinuity for the column, the non-discontinous value is returned.

EphemerisVector.GetTimeSpanValue(Variable columnIndex, Variable side)

TimeSpan

Gets the specified column as a TimeSpan, noting the side of the discontinuity as specified by the 'side' argument. Note, if there is no discontinuity for the column, the non-discontinous value is returned.

 

 

See also

EphemerisVector Object

Working with Ephemerides