Click or drag to resize

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
Syntax
C#
ulong RealTimeQPCToDeviceTimeNanoseconds(
	RealTime atTime
)

Parameters

atTime
Type: Demo3D.EventQueueRealTime
The point in time in local real time.

Return Value

Type: UInt64
The converted device time in nanoseconds since 1/1/1970 (adjusted for leap seconds).
See Also