Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » Time |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| static float64 | GetFloat64TickCount | Returns the current tick count reported by the operating system as a <float64>. |
| static int32 | GetTickCount | Returns the current tick count reported by the operating system. |
| static uint64 | GetTickCountUint64 | Returns the current tick count reported by the operating system as a uint64. |
| static int32 | Wait | Makes the software wait for the specified number of milliseconds. 1000 = 1 second. |