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 | ||
---|---|---|
Contains | Indicates whether this time value contains the other time value. | |
Disjoint | Indicates whether the input time value falls fully outside of the time extent. | |
Equals | Indicates whether the two time values are of the same type and define the same time values. | |
Touches | Indicates whether the boundaries of the time values intersect. | |
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. |