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