ArcGIS Pro 2.9 API Reference Guide
HistoricalVersionDescription Constructor

ArcGIS.Core.Data Namespace > HistoricalVersionDescription Class : HistoricalVersionDescription Constructor
The historical version name.
The historical version time stamp.
Initializes a new instance of the HistoricalVersionDescription class.
Syntax
public HistoricalVersionDescription( 
   string name,
   DateTime timeStamp
)
Public Function New( _
   ByVal name As String, _
   ByVal timeStamp As Date _
)

Parameters

name
The historical version name.
timeStamp
The historical version time stamp.
Remarks
The timestamp passed into this constructor has different meanings, depending on the type of versioning in use:
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

HistoricalVersionDescription Class
HistoricalVersionDescription Members