ArcObjects Library Reference (GeoDatabase)  

IGPReplica2.SibMyTime Property

.

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

Parameters

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

Product Availability

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

See Also

IGPReplica2 Interface