Indicates whether use time for display.
[Visual Basic .NET]
Public Property UseTime As Boolean
[C#]
public bool UseTime {get; set;}
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.