EphemerisVector.GetTimeSpanValue(Variable) Method

Top 

Description

Gets the specified column as a TimeSpan.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

EphemerisVector.GetTimeSpanValue(

Variable columnIndex)

 

 

Arguments

columnIndex


Description:

Index of column to get.

Valid Range:

columnIndex ≥ 0

 

 

 

Return Value

Type:

timespan

Units:

day

 

 

Gets the specified column as a TimeSpan. If there is a discontinuity for this vector or column, the value returned is the value before the discontinuity.

 

Syntax

myTimeSpan1 = myEphemerisVector1.GetTimeSpanValue(myVariable1);

 

 

See also

EphemerisVector Object

EphemerisVector.GetTimeSpanValue

Working with Ephemerides