ArcGIS Runtime SDK for iOS: AGSGeoprocessingDate Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSGeoprocessingDate Class Reference

Description

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.

Since
100
Inheritance diagram for AGSGeoprocessingDate:
AGSGeoprocessingParameter AGSObject

Instance Methods

(instancetype) - initWithValue:
 

Class Methods

(instancetype) + geoprocessingDate
 
(instancetype) + geoprocessingDateWithValue:
 
(instancetype) + geoprocessingParameter
 

Properties

AGSGeoprocessingParameterType type
 
NSDate * value
 

Method Documentation

◆ geoprocessingDate

+ (instancetype) geoprocessingDate

◆ geoprocessingDateWithValue:

+ (instancetype) geoprocessingDateWithValue: (NSDate *)  value

Initialize the parameter with the given value

Parameters
valuefor the parameter
Since
100

◆ geoprocessingParameter

+ (instancetype) geoprocessingParameter
Deprecated:
100.9. Do not use this method, it creates an invalid and incomplete object.

◆ initWithValue:

- (instancetype) initWithValue: (NSDate *)  value

Initialize the parameter with the given value

Parameters
valuefor the parameter
Since
100

Property Documentation

◆ type

- (AGSGeoprocessingParameterType) type
readnonatomicassigninherited

The data type of the parameter.

Since
100

◆ value

- (NSDate*) value
readwritenonatomicstrong

Value of the parameter

Since
100