Timezone
extends BaseComponent
in package
Timezone model
Table of Contents
Properties
- $is_daylight_savings_time : bool|null
- $timezone_name : string|null
- $utc_offset : string|null
- $fields : array<string|int, string>
Properties
$is_daylight_savings_time
public
bool|null
$is_daylight_savings_time
Gets or sets the daylight savings time flag
$timezone_name
public
string|null
$timezone_name
The timezone the school is set to
$utc_offset
public
string|null
$utc_offset
The UTC offset
$fields
protected
static array<string|int, string>
$fields
= ["timezone_name" => "string", "is_daylight_savings_time" => "bool", "utc_offset" => "string"]