| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
TimeZone.clone() |
TimeZone |
CommonEventObject.getTimeZone()
**Disabled by default.** The timezone ID and offset from Coordinated Universal Time (UTC).
|
TimeZone |
TimeZone.set(String fieldName,
Object value) |
TimeZone |
TimeZone.setId(String id)
The [IANA TZ](https://www.iana.org/time-zones) time zone database code, such as
"America/Toronto".
|
TimeZone |
TimeZone.setOffset(Integer offset)
The user timezone offset, in milliseconds, from Coordinated Universal Time (UTC).
|
| Modifier and Type | Method and Description |
|---|---|
CommonEventObject |
CommonEventObject.setTimeZone(TimeZone timeZone)
**Disabled by default.** The timezone ID and offset from Coordinated Universal Time (UTC).
|
Copyright © 2011–2025 Google. All rights reserved.