'Declaration
Property SourceTimestampLocal As Date
'Usage
Dim instance As _UADataSetFieldData Dim value As Date instance.SourceTimestampLocal = value value = instance.SourceTimestampLocal
DateTime SourceTimestampLocal {get; set;}
'Declaration
Property SourceTimestampLocal As Date
'Usage
Dim instance As _UADataSetFieldData Dim value As Date instance.SourceTimestampLocal = value value = instance.SourceTimestampLocal
DateTime SourceTimestampLocal {get; set;}
If you are using VBA in Excel, beware that it reduces the precision of date/times from OLE Automation to seconds. In order to achieve milliseconds precision from VBA in Excel, use the OpcLabs.EasyOpc.UA.UADataValue.SourceTimestampLocalDouble property instead.