ArcObjects Library Reference (Carto)  

IMapTableTimeInfo.SupportsTime Property

Indicates whether the table supports time.

[Visual Basic .NET]
Public ReadOnly Property SupportsTime As Boolean
[C#]
public bool SupportsTime {get;}
[C++]
HRESULT get_SupportsTime(
  VARIANT_BOOL* supports
);
[C++]

Parameters

supports [out, retval]   supports is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapTableTimeInfo Interface