<Time> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Time

Function Members

Function members are as follows:

Return Type Function Name Documentation
static doubleGetFloat64TickCountReturns the current tick count reported by the operating system as a <float64>.
static int32GetTickCountReturns the current tick count reported by the operating system.
static uint64GetTickCountUint64Returns the current tick count reported by the operating system as a uint64.
static int32WaitMakes the software wait for the specified number of milliseconds. 1000 = 1 second.