openfl.globalization

..
DateTimeFormatter

DateTimeNameContext

The DateTimeNameContext class enumerates constant values representing the formatting context in which a month name or weekday name is used. These constants are used for the context parameters for the DateTimeFormatter's getMonthNames() and getWeekDayNames() methods.

DateTimeNameStyle

The DateTimeNameStyle class enumerates constants that control the length of the month names and weekday names that are used when formatting dates. Use these constants for the nameStyle parameter of the DateTimeFormatter getMonthNames() and getWeekDayNames() methods.

DateTimeStyle

Enumerates constants that determine a locale-specific date and time formatting pattern. These constants are used when constructing a DateTimeFormatter object or when calling the DateTimeFormatter.setDateTimeStyles() method.

LastOperationStatus

The LastOperationStatus class enumerates constant values that represent the status of the most recent globalization service operation. These values can be retrieved through the read-only property lastOperationStatus available in most globalization classes.

LocaleID

The LocaleID class provides methods for parsing and using locale ID names. This class supports locale ID names that use the syntax defined by the Unicode Technical Standard #35.