This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionInfo Interface > IVersionInfo.Modified Property (ArcObjects .NET 10.5 SDK) |
The date and time the version was last modified.
[Visual Basic .NET] Public ReadOnly Property Modified As Object
[C#] public object Modified {get;}
[C++]
HRESULT get_Modified(
VARIANT* date
);
[C++]
Parameters date [out, retval] date is a parameter of type VARIANT
The Modified method is used to retrieve the date when the version was last modified.