public static interface TimeZone.Builder extends SdkPojo, CopyableBuilder<TimeZone.Builder,TimeZone>
| Modifier and Type | Method and Description |
|---|---|
TimeZone.Builder |
name(String name)
The name of the time zone, following the IANA time zone
standard.
|
TimeZone.Builder |
offset(Integer offset)
The time zone's offset, in seconds, from UTC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeZone.Builder name(String name)
The name of the time zone, following the IANA time zone
standard. For example, America/Los_Angeles.
name - The name of the time zone, following the IANA time zone
standard. For example, America/Los_Angeles.TimeZone.Builder offset(Integer offset)
The time zone's offset, in seconds, from UTC.
offset - The time zone's offset, in seconds, from UTC.Copyright © 2023. All rights reserved.