public static class TdApi.TimeZone extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
id
Unique time zone identifier.
|
java.lang.String |
name
Time zone name.
|
int |
utcTimeOffset
Current UTC time offset for the time zone.
|
| Constructor and Description |
|---|
TimeZone()
Describes a time zone.
|
TimeZone(java.lang.String id,
java.lang.String name,
int utcTimeOffset)
Describes a time zone.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String id
public java.lang.String name
public int utcTimeOffset
public static final int CONSTRUCTOR
public TimeZone()
public TimeZone(java.lang.String id,
java.lang.String name,
int utcTimeOffset)
id - Unique time zone identifier.name - Time zone name.utcTimeOffset - Current UTC time offset for the time zone.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object