'Declaration
Public Function New( _ ByVal majorVersionTime As Long, _ ByVal minorVersionTime As Long _ )
'Usage
Dim majorVersionTime As Long Dim minorVersionTime As Long Dim instance As New UAConfigurationVersion(majorVersionTime, minorVersionTime)
public UAConfigurationVersion( long majorVersionTime, long minorVersionTime )
public: UAConfigurationVersion( int64 majorVersionTime, int64 minorVersionTime )
Parameters
- majorVersionTime
- Reflects the time of the last major change of the dataset content.
Valid values of this parameter are in the range from
0
to4294967295
. - minorVersionTime
- Reflects the time of the last change.
Valid values of this parameter are in the range from
0
to4294967295
.