CalendarLocalizationService class

A service class to access localized calendar labels for different regions.

The defined static methods can be accessed without initializing this class, therefore the required Locale object must be provided on each method individually.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

getLocalizedCalendarMonths(Locale locale) List<String>
Returns a localized List of months.
getLocalizedCalendarWeekdays(Locale locale) List<String>
Returns a localized List of weekdays.