Class TimeZone
The timezone ID and offset from Coordinated Universal Time (UTC). Only supported for the event types
CARD_CLICKED
and
SUBMIT_DIALOG
.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class TimeZone : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The IANA TZ time zone database code, such as "America/Toronto".
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Offset
The user timezone offset, in milliseconds, from Coordinated Universal Time (UTC).
Declaration
[JsonProperty("offset")]
public virtual int? Offset { get; set; }
Property Value
Type | Description |
---|---|
int? |