This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPVersionInfo Interface > IGPVersionInfo.Created Property (ArcObjects .NET 10.4 SDK) |
The date and time the version was created.
[Visual Basic .NET] Public Property Created As Object
[C#] public object Created {get; set;}
[C++]
HRESULT get_Created(
VARIANT* date
);
[C++]
HRESULT put_Created(
VARIANT date
);
[C++]
Parameters date [out, retval] date is a parameter of type VARIANT date [in] date is a parameter of type VARIANT