|
ArcGIS Runtime SDK for iOS
100.15
|
Defines a period of time.
Instances of this class define a period of time.
Instance Methods | |
| (instancetype) | - initWithDuration:unit: |
Class Methods | |
| (instancetype) | + timeValueWithDuration:unit: |
Properties | |
| double | duration |
| AGSTimeUnit | unit |
| - (instancetype) initWithDuration: | (double) | duration | |
| unit: | (AGSTimeUnit) | unit | |
Creates an object with the specified time period.
| duration | representing the amount of time. |
| unit | for the duration. |
| + (instancetype) timeValueWithDuration: | (double) | duration | |
| unit: | (AGSTimeUnit) | unit | |
Creates an object with the specified time period.
| duration | representing the amount of time. |
| unit | for the duration. |
|
readnonatomicassign |
The amount of time in the specified unit property.
|
readnonatomicassign |
The unit of time used to specify the duration property.