Indicates whether use time for display.
[Visual Basic .NET] Public Property UseTime As Boolean
[C#] public bool UseTime {get; set;}
[C++]
HRESULT get_UseTime(
VARIANT_BOOL* UseTime
);
[C++]
HRESULT put_UseTime(
VARIANT_BOOL UseTime
);
[C++]Parameters
UseTime [out, retval] UseTime is a parameter of type VARIANT_BOOL UseTime [in] UseTime is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
When UseTime is set to False, the layer or table becomes time unaware and time related operations will ignore any time related settings on this layer or table. For example, when UseTime=False for a layer, ExportMapImage will draw all features from this layer even when IMapTimeDescription's TimeValue is set.