LocaleIterationExt extension

Extension providing locale iteration utilities.

on

Properties

monthEntries Iterable<MapEntry<int, String>>

Available on LocaleData, provided by the LocaleIterationExt extension

Iterates over all months with their names.
no setter
monthEntriesShort Iterable<MapEntry<int, String>>

Available on LocaleData, provided by the LocaleIterationExt extension

Iterates over all months with their short names.
no setter
weekdayEntries Iterable<MapEntry<int, String>>

Available on LocaleData, provided by the LocaleIterationExt extension

Iterates over all weekdays with their names.
no setter
weekdayEntriesShort Iterable<MapEntry<int, String>>

Available on LocaleData, provided by the LocaleIterationExt extension

Iterates over all weekdays with their short names.
no setter