ArcObjects Library Reference (GeoDatabase)  

IVersionInfo.Modified Property

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

Product Availability

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

Remarks

The Modified method is used to retrieve the date when the version was last modified.

See Also

IVersionInfo Interface