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


IGPReplica2.MyTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplica2.MyTime Property

.

[Visual Basic .NET]
Public Property MyTime As Object
[C#]
public object MyTime {get; set;}
[C++]
HRESULT get_MyTime(
  VARIANT* MyTime
);
[C++]
HRESULT put_MyTime(
  VARIANT MyTime
);
[C++]

Parameters MyTime [out, retval] MyTime is a parameter of type VARIANT MyTime [in] MyTime is a parameter of type VARIANT

Product Availability

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

See Also

IGPReplica2 Interface