ArcObjects Library Reference (GeoDatabase)  

IReplica.ReplicaDate Property

The date that the data was checked out.

[Visual Basic .NET]
Public ReadOnly Property ReplicaDate As Double
[C#]
public double ReplicaDate {get;}
[C++]
HRESULT get_ReplicaDate(
  double* rDate
);
[C++]

Parameters

rDate [out, retval]   rDate is a parameter of type double

Product Availability

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

See Also

IReplica Interface