import GetTimezoneInfoResponse from "../definitions/GetTimezoneInfoResponse"; import GetTimezoneListResponse from "../definitions/GetTimezoneListResponse"; import PathSegment from "../PathSegment"; export default class Timezone extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *
Since 1.0.10 (Release 6.2)
Returns all available timezones.
Light
*/ list(query?: ListQuery): PromiseSince 1.0.10 (Release 6.2)
Returns all available timezones.
Light
* return {ApiResponse} */ listRaw(query?: ListQuery): PromiseSince 1.0.10 (Release 6.2)
Returns the information on a certain timezone.
Light
*/ get(query?: GetQuery): PromiseSince 1.0.10 (Release 6.2)
Returns the information on a certain timezone.
Light
* return {ApiResponse} */ getRaw(query?: GetQuery): Promise