ArcGIS Runtime SDK for iOS
100.15
|
A geoprocessing parameter for date data type.
Instances of this class represent a parameter for date data type that can be used as input to a geoprocessing job or returned as the result of the job.
Instance Methods | |
(instancetype) | - initWithValue: |
Class Methods | |
(instancetype) | + geoprocessingDate |
(instancetype) | + geoprocessingDateWithValue: |
(instancetype) | + geoprocessingParameter |
Properties | |
AGSGeoprocessingParameterType | type |
NSDate * | value |
+ (instancetype) geoprocessingDate |
+ (instancetype) geoprocessingDateWithValue: | (NSDate *) | value |
Initialize the parameter with the given value
value | for the parameter |
+ (instancetype) geoprocessingParameter |
- (instancetype) initWithValue: | (NSDate *) | value |
Initialize the parameter with the given value
value | for the parameter |
|
readnonatomicassigninherited |
The data type of the parameter.
|
readwritenonatomicstrong |
Value of the parameter