GroundVehicle.StepToEpoch(TimeSpan) Method

Top 

Description

Steps the Vehicle to the specified epoch.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

GroundVehicle.StepToEpoch(

TimeSpan epoch)

 

 

Arguments

epoch


Description:

Epoch to which to step.

 

 

 

Return Value

Type:

timespan

Units:

s

 

 

Returns the duration of the total step taken.

 

Syntax

myTimeSpan1 = myGroundVehicle1.StepToEpoch(myTimeSpan2);

 

 

See also

GroundVehicle Object