ISystemTimeRealTimeQPCToDeviceTimeNanoseconds Method |
Returns the device time (in system time nanoseconds) at a specified local real time.
Namespace:
Demo3D.Net.Protocols
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxulong RealTimeQPCToDeviceTimeNanoseconds(
RealTime atTime
)
Parameters
- atTime
- Type: Demo3D.EventQueueRealTime
The point in time in local real time.
Return Value
Type:
UInt64The converted device time in nanoseconds since 1/1/1970 (adjusted for leap seconds).
See Also