This document is archived and information here might be outdated.  Recommended version.


ITemporalOperator Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalOperator Interface
ArcGIS Developer Help

ITemporalOperator Interface

Provides access to methods and properties used to identify and manage temporal playback settings.

Product Availability

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

Members

Name Description
Method Add Adds a new temporal operator.
Read-only property AsDate Temporal information as a date field.
Read-only property AsInterval Temporal information as an interval value.
Read-only property AsString Temporal information as a string.
Read-only property IntervalQuantity Number of intervals between events.
Read-only property IntervalUnits Units used for interval.
Method Reset Resets the temporal operator.
Method SetDateTime Sets the value for date and time information.
Method SetInterval Sets the playback time interval between events.
Method Subtract Subtracts a temporal operator.
Read-only property Type The type of temporal data used.
Read-only property Value Value of temporal information.

Classes that implement ITemporalOperator

Classes Description
TemporalOperator (esriTrackingAnalyst) Implements ITemporalOperator to identify and manage temporal playback settings.