This document is archived and information here might be outdated.  Recommended version.


IReplica.ReplicaDate Property (ArcObjects .NET 10.5 SDK)
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