OPC Studio User's Guide and Reference
DateTime Property (UAOpcBinaryStandardDataTypes)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryStandardDataTypes Class : DateTime Property
"A 64-bit signed integer representing the number of 100 nanoseconds intervals since 1601-01-01 00:00:00."
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property DateTime As PrimitiveDataType
'Usage
 
Dim value As PrimitiveDataType
 
value = UAOpcBinaryStandardDataTypes.DateTime
[NotNull()]
public static PrimitiveDataType DateTime {get;}
[NotNull()]
public:
static property PrimitiveDataType^ DateTime {
   PrimitiveDataType^ get();
}
Remarks

"This is the same as the WIN32 FILETIME type."

In .NET, it is represented by the DateTime type.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also