OPCUATimestampToTimestamp
Converts the OPC UA DateTime timestamp value to Timestamp
Syntax
C++
Python
def OPCUATimestampToTimestamp( inOPCUATimestamp: int, / ) -> outTimestamp: Timestamp
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inOPCUATimestamp | int | 0 - 2650467743999999999 | OPC UA DateTime timestamp value | |
![]() |
outTimestamp | Timestamp | Output timestamp |


