ILibLocaleInfo class

Constructors

ILibLocaleInfo.new(String lo)
lo Set the locale for which the info is sought

Properties

hashCode int
The hash code for this object.
no setterinherited
locale String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFirstDayOfWeek() int
Returns the day of week that starts weeks in the current locale.
getWeekEndEnd() int
Returns the day of week that ends weekend in the current locale.
getWeekEndStart() int
Returns the day of week that starts weekend in the current locale.
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