Click or drag to resize

CoSimulatorBaseGetTime Method

The current time as reported by the simulator.

Namespace:  Demo3D.EventQueue.CoSimulation
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 11.0.0.7658
Syntax
C#
public abstract DateTime GetTime()

Return Value

Type: DateTime
The current time.

Implements

ICoSimulatorGetTime
See Also