EphemerisVector.SetTimeSpanValue Method

Top 

Description

Sets the specified column to the provided value as a TimeSpan.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

EphemerisVector.SetTimeSpanValue(String columnName, TimeSpan columnValue)

None

Sets the specified column to the provided value as a TimeSpan.

EphemerisVector.SetTimeSpanValue(Variable columnIndex, TimeSpan columnValue)

None

Sets the specified column to the provided value as a TimeSpan.

EphemerisVector.SetTimeSpanValue(String columnName, TimeSpan columnValue, Variable side)

None

Sets the specified column to the provided value as a float, noting the side of the discontinuity as specified by the 'side' argument.

EphemerisVector.SetTimeSpanValue(Variable columnIndex, TimeSpan columnValue, Variable side)

None

Sets the specified column to the provided value as a float, noting the side of the discontinuity as specified by the 'side' argument.

 

 

See also

EphemerisVector Object

Working with Ephemerides