EphemerisVector.GetTimeSpanValue(String, Variable) Method

Top 

Description

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.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

EphemerisVector.GetTimeSpanValue(

String columnName,


Variable side)

 

 

Arguments

columnName


Description:

Name of column to get.

 

 

side


Description:

Before or after discontinuity.

Valid Values:

Value

Label

0

Before Discontinuity

1

After Discontinuity

 

 

 

 

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(myString1, myVariable1);

 

 

See also

EphemerisVector Object

EphemerisVector.GetTimeSpanValue

Working with Ephemerides