ArcGIS Runtime SDK for iOS
100.15
|
Contains information about how the time was measured.
Instances of this class represent time reference which contains information about how the time was measured. Conceptually similar to a spatial reference, includes information about daylight savings time in addition to the time zone. You can use it to project a time object from one time zone to another. You can also associate one of several predefined time zones with a given time object.
Properties | |
BOOL | respectsDaylightSavings |
NSTimeZone * | timeZone |
NSString * | timeZoneName |
|
readnonatomicassign |
Determines whether or not the referenced time respects Daylight Savings Time.
|
readnonatomicstrong |
Time zone information associated with the time reference.
|
readnonatomiccopy |
The name of the time zone associated with the time reference.