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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAConfigurationVersion Class : MinorVersionDateTimeLocal Property
Reflects the time of the last change, expressed as date&time. In local time.
Syntax
'Declaration
 
Public Property MinorVersionDateTimeLocal As Date
'Usage
 
Dim instance As UAConfigurationVersion
Dim value As Date
 
instance.MinorVersionDateTimeLocal = value
 
value = instance.MinorVersionDateTimeLocal
public DateTime MinorVersionDateTimeLocal {get; set;}
public:
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