25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
44 #pragma mark initializers
53 -(instancetype)initWithStartTime:(nullable NSDate *)startTime endTime:(nullable NSDate *)endTime;
60 +(instancetype)timeExtentWithStartTime:(nullable NSDate *)startTime endTime:(nullable NSDate *)endTime;
66 -(instancetype)initWithTimeInstant:(NSDate *)timeInstant;
72 +(instancetype)timeExtentWithTimeInstant:(NSDate *)timeInstant;
75 #pragma mark properties
80 @property (nullable, nonatomic, strong, readonly) NSDate *
endTime;
85 @property (nullable, nonatomic, strong, readonly) NSDate *
startTime;
Definition: AGSObject.h:28
Represents a span of time between a start time and end time.
Definition: AGSTimeExtent.h:42
NSDate * startTime
Definition: AGSTimeExtent.h:85
NSDate * endTime
Definition: AGSTimeExtent.h:80