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

Description

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.

Since
100
Inheritance diagram for AGSTimeReference:
AGSObject

Properties

BOOL respectsDaylightSavings
 
NSTimeZone * timeZone
 
NSString * timeZoneName
 

Property Documentation

◆ respectsDaylightSavings

- (BOOL) respectsDaylightSavings
readnonatomicassign

Determines whether or not the referenced time respects Daylight Savings Time.

Since
100

◆ timeZone

- (NSTimeZone*) timeZone
readnonatomicstrong

Time zone information associated with the time reference.

Since
100

◆ timeZoneName

- (NSString*) timeZoneName
readnonatomiccopy

The name of the time zone associated with the time reference.

Since
100.3