com.esri.arcgis.geodatabase
Interface IHistoricalVersion

All Superinterfaces:
Serializable
All Known Implementing Classes:
IHistoricalVersionProxy

public interface IHistoricalVersion
extends Serializable

Description

The IHistoricalVersion interface is used to access the TimeStamp property of a historical version.

Product Availability

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


Method Summary
 Object getTimeStamp()
          The timestamp this historical versions refers to.
 

Method Detail

getTimeStamp

Object getTimeStamp()
                    throws IOException,
                           AutomationException
The timestamp this historical versions refers to.

Remarks

The TimeStamp property returns a variant corresponding to the date which the historical version references.

Product Availability

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

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.