java.lang.Object | |
↳ | com.esri.core.map.TimeReference |
This class represents the timezone of a time aware layer and indicates whether or not daylight saving is respected. Note that this information is for reference only, all dates and times for time aware layers are in UTC.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TimeReference() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static TimeReference |
fromJson(JsonParser parser)
Create an instance of this class from JSON.
| ||||||||||
String |
getTimeZone()
Gets the time zone.
| ||||||||||
boolean |
respectsDaylightSaving()
Indicates whether or not the service respects daylight saving.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create an instance of this class from JSON.
parser | the parser |
---|
JsonParseException | the json parse exception |
---|---|
IOException | Signals that an I/O exception has occurred. |
Indicates whether or not the service respects daylight saving.