TimeZone.this

class TimeZone
protected @safe immutable pure
this
(
string name
,
string stdName
,
string dstName
)

Parameters

name string

The name of the time zone.

stdName string

The abbreviation for the time zone during std time.

dstName string

The abbreviation for the time zone during DST.

Meta