ArcObjects Library Reference (Carto)  

IMapTableTimeDescription.TimeOffset Property

Draw time offset to overlay the data on a earlier or later time span.

[Visual Basic .NET]
Public Property TimeOffset As Double
[C#]
public double TimeOffset {get; set;}
[C++]
HRESULT get_TimeOffset(
  double* Offset
);
[C++]
HRESULT put_TimeOffset(
  double Offset
);
[C++]

Parameters

Offset [out, retval]   Offset is a parameter of type double Offset [in]   Offset is a parameter of type double

Product Availability

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

See Also

IMapTableTimeDescription Interface