| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
TimeZone.clone() |
TimeZone |
Place.getTimeZone()
The time zone in which the
Place is located. |
TimeZone |
TimeZone.withName(String name)
The name of the time zone, following the IANA time zone standard.
|
TimeZone |
TimeZone.withOffset(Integer offset)
The time zone's offset, in seconds, from UTC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Place.setTimeZone(TimeZone timeZone)
The time zone in which the
Place is located. |
Place |
Place.withTimeZone(TimeZone timeZone)
The time zone in which the
Place is located. |
Copyright © 2024. All rights reserved.