QuickOPC User's Guide and Reference
MinorVersionDateTimeLocal Property (_UAConfigurationVersion)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAConfigurationVersion Interface : MinorVersionDateTimeLocal Property
Reflects the time of the last change, expressed as date&time. In local time.
Syntax
'Declaration
 
Property MinorVersionDateTimeLocal As Date
'Usage
 
Dim instance As _UAConfigurationVersion
Dim value As Date
 
instance.MinorVersionDateTimeLocal = value
 
value = instance.MinorVersionDateTimeLocal
DateTime MinorVersionDateTimeLocal {get; set;}
property DateTime MinorVersionDateTimeLocal {
   DateTime get();
   void set (    DateTime value);
}
Remarks

Only the minor version is updated if fields are added at the end of the dataset content.

If the major version is updated, the minor version is updated to the same value as major version.

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