menu
ews package
documentation
ComplexProperties/TimeZones/TimeZoneDefinition.dart
TimeZoneDefinition
Periods property
Periods property
dark_mode
light_mode
Periods
property
Map
<
String
?
,
TimeZonePeriod
>
get
Periods
Gets the periods associated with this time zone definition, indexed by Id.
Implementation
Map<String?, TimeZonePeriod> get Periods => this._periods;
ews package
documentation
ComplexProperties/TimeZones/TimeZoneDefinition
TimeZoneDefinition
Periods property
TimeZoneDefinition class