Package org.drinkless.tdlib
Class TdApi.TimeZone
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TimeZone
- Enclosing class:
- TdApi
Describes a time zone.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Unique time zone identifier.Time zone name.intCurrent UTC time offset for the time zone. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
id
Unique time zone identifier. -
name
Time zone name. -
utcTimeOffset
public int utcTimeOffsetCurrent UTC time offset for the time zone. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TimeZone
public TimeZone()Describes a time zone. -
TimeZone
Describes a time zone.- Parameters:
id- Unique time zone identifier.name- Time zone name.utcTimeOffset- Current UTC time offset for the time zone.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-