sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.text.util
/
LocalePreferences
/
FirstDayOfWeek
First
Day
Of
Week
open
class
FirstDayOfWeek
(
source
)
APIs to get the user's preference of the first day of week.
Members
Types
Days
Link copied to clipboard
@
RestrictTo
(
value
=
RestrictTo.Scope.LIBRARY
)
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
Days
Properties
DEFAULT
Link copied to clipboard
val
DEFAULT
:
String
=
""
Default first day of week for the locale
FRIDAY
Link copied to clipboard
val
FRIDAY
:
String
=
"fri"
Friday
MONDAY
Link copied to clipboard
val
MONDAY
:
String
=
"mon"
Monday
SATURDAY
Link copied to clipboard
val
SATURDAY
:
String
=
"sat"
Saturday
SUNDAY
Link copied to clipboard
val
SUNDAY
:
String
=
"sun"
Sunday
THURSDAY
Link copied to clipboard
val
THURSDAY
:
String
=
"thu"
Thursday
TUESDAY
Link copied to clipboard
val
TUESDAY
:
String
=
"tue"
Tuesday
WEDNESDAY
Link copied to clipboard
val
WEDNESDAY
:
String
=
"wed"
Wednesday