CustomTimeZoneCreateParams class

Represents custom time zone creation parameters.

Constructors

CustomTimeZoneCreateParams()
Initializes a new instance of the

Properties

BaseOffsetToUtc TimeSpan?
Gets or sets the base offset to UTC.
getter/setter pair
DaylightDisplayName String?
Gets or sets the display name of the daylight period.
getter/setter pair
HasDaylightPeriod bool
Gets a value indicating whether the custom time zone should have a daylight period.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
StandardDisplayName String?
Gets or sets the display name of the standard period.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited