Table of Contents
Methods
-
__construct()
: mixed
-
__toString()
: string
-
createByString()
: DateTimeZone
-
getFields()
: array<string|int, mixed>
-
getTimeZone()
: DateTimeZone
-
toString()
: string
__construct()
public
__construct(DateTimeZone $timeZone) : mixed
Parameters
-
$timeZone
: DateTimeZone
-
__toString()
public
__toString() : string
createByString()
public
static createByString(string|null $timezone) : DateTimeZone
Parameters
-
$timezone
: string|null
-
getFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTimeZone()
public
getTimeZone() : DateTimeZone
Return values
DateTimeZone
toString()
public
toString() : string