Structure SysTime64ΒΆ
This structure contains the realtime of the local system in microseconds. A Low- plus a High-DWORD are used for that purpose, thus 64 Bit are available. The structure is used by the function blocks CurTime and CurTimeEx.
Component | Data type | Description |
---|---|---|
ulLow | DWORD | Low DWORD of the realtime value (microseconds) |
ulHigh | DWORD | High DWORD of the realtime value (microseconds) |