EphemerisVector.GetTimeSpanValues Method

Top 

Description

Gets the specified columns as TimeSpans.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

EphemerisVector.GetTimeSpanValues(Array columnIndex)

TimeSpanArray

Gets the specified columns as TimeSpans.

EphemerisVector.GetTimeSpanValues(StringArray columnNames)

TimeSpanArray

Gets the specified columns as TimeSpans.

EphemerisVector.GetTimeSpanValues(Array columnIndex, Variable side)

TimeSpanArray

Gets the specified columns as TimeSpans, 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.GetTimeSpanValues(StringArray columnNames, Variable side)

TimeSpanArray

Gets the specified columns as TimeSpans, 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