ArcGIS Runtime SDK for iOS: AGSServiceTimeInfo.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSServiceTimeInfo.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSTimeRelation { AGSTimeRelationUnknown = -1 , AGSTimeRelationOverlaps = 0 , AGSTimeRelationAfterStartOverlapsEnd = 1 , AGSTimeRelationOverlapsStartWithinEnd = 2 }
 

Enumeration Type Documentation

◆ AGSTimeRelation

Indicates how the start and end time of the time slider extent are processed.

Since
100.0
Enumerator
AGSTimeRelationUnknown 

Unknown time relation.

AGSTimeRelationOverlaps 

When start and end time of the time slider are included.

AGSTimeRelationAfterStartOverlapsEnd 

When start time is included and end time is excluded.

AGSTimeRelationOverlapsStartWithinEnd 

When start time is excluded and end time is included.