Click or drag to resize

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: 15.0.2.11458
Syntax
C#
public abstract 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).

Implements

ISystemTimeRealTimeQPCToDeviceTimeNanoseconds(RealTime)
See Also