19 #import <ArcGIS/AGSObject.h> 36 #pragma mark initializers 45 -(instancetype)initWithStartTime:(nullable NSDate *)startTime endTime:(nullable NSDate *)endTime;
52 +(instancetype)timeExtentWithStartTime:(nullable NSDate *)startTime endTime:(nullable NSDate *)endTime;
58 -(instancetype)initWithTimeInstant:(NSDate *)timeInstant;
64 +(instancetype)timeExtentWithTimeInstant:(NSDate *)timeInstant;
67 #pragma mark properties 72 @property (nullable, nonatomic, strong, readonly) NSDate *
endTime;
77 @property (nullable, nonatomic, strong, readonly) NSDate *
startTime;
Represents a span of time between a start time and end time.
Definition: AGSTimeExtent.h:32
NSDate * endTime
Definition: AGSTimeExtent.h:72
NSDate * startTime
Definition: AGSTimeExtent.h:77
Definition: AGSObject.h:21