TimeSyncRealTimeQPCToDeviceTimeNanoseconds Method |
Returns the device time (in system time nanoseconds) at a specified local real time.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic abstract ulong 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