This document is archived and information here might be outdated.  Recommended version.


IVersionInfo.Created Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionInfo Interface > IVersionInfo.Created Property
ArcGIS Developer Help

IVersionInfo.Created Property

The date and time the version was created.

[Visual Basic .NET]
Public ReadOnly Property Created As Object
[C#]
public object Created {get;}
[C++]
HRESULT get_Created(
  Variant* date
);
[C++]
Parameters
date [out, retval]

date is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Created method is used to retrieve the date when the version was created.

See Also

IVersionInfo Interface