ArcObjects Library Reference (System)  

ITimeRelationalOperator Interface

Provides access to time operations.

Product Availability

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

Description

The ITimeRelationalOperator provides many operations similar to spatial operations in a 1 dimentional timeline.  when possible, it can use both TimeInstant and TimeExtent interfaces as parameters to the functions.

Members

Description
Method Contains Indicates whether this time value contains the other time value.
Method Disjoint Indicates whether the input time value falls fully outside of the time extent.
Method Equals Indicates whether the two time values are of the same type and define the same time values.
Method Touches Indicates whether the boundaries of the time values intersect.
Method Within Indicates whether this time value is contained (is within) the other time value.

CoClasses that implement ITimeRelationalOperator

CoClasses and Classes Description
TimeExtent An object that represents a time-referenced time extent.
TimeInstant An object that represents a time-referenced instant in time.