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


ITimeDataDisplay.TimeOffsetUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDataDisplay Interface > ITimeDataDisplay.TimeOffsetUnits Property
ArcGIS Developer Help

ITimeDataDisplay.TimeOffsetUnits Property

Returns recommended time interval units to be used to animate this layer/ table.

[Visual Basic .NET]
Public Property TimeOffsetUnits As esriTimeUnits
[C#]
public esriTimeUnits TimeOffsetUnits {get; set;}
[C++]
HRESULT get_TimeOffsetUnits(
  esriTimeUnits Units
);
[C++]
HRESULT put_TimeOffsetUnits(
  esriTimeUnits* Units
);
[C++]
Parameters
Units [in]

Units is a parameter of type esriTimeUnits Units [out, retval]
Units is a parameter of type esriTimeUnits*

Product Availability

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

Description

This property is the enumerated value representing the time units used when measuring the time offset.  This property should be read/written along with the time offset value.  For more information about the time offset, see the documentation on the TimeOffset property.

See Also

ITimeDataDisplay Interface