QuickOPC User's Guide and Reference
UAConfigurationVersion Constructor(DateTime,DateTime)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAConfigurationVersion Class > UAConfigurationVersion Constructor : UAConfigurationVersion Constructor(DateTime,DateTime)
Reflects the time of the last major change of the dataset content, expressed as date&time.
Reflects the time of the last change, expressed as date&time.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal majorVersionDateTime As Date, _
   ByVal minorVersionDateTime As Date _
)
'Usage
 
Dim majorVersionDateTime As Date
Dim minorVersionDateTime As Date
 
Dim instance As New UAConfigurationVersion(majorVersionDateTime, minorVersionDateTime)
public UAConfigurationVersion( 
   DateTime majorVersionDateTime,
   DateTime minorVersionDateTime
)
public:
UAConfigurationVersion( 
   DateTime majorVersionDateTime,
   DateTime minorVersionDateTime
)

Parameters

majorVersionDateTime
Reflects the time of the last major change of the dataset content, expressed as date&time.
minorVersionDateTime
Reflects the time of the last change, expressed as date&time.
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