NepaliDatePickerLang

Represents the language used for Nepali date pickers.

This enum provides language-specific text and lists of weekday and month names for English and Nepali.

Entries

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract val cancelText: String
Link copied to clipboard
abstract val dateInputTitle: String
Link copied to clipboard
abstract val datePickerTitle: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val endDate: String
Link copied to clipboard
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val errorInvalidDay: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val months: List<NepaliMonthName>
Link copied to clipboard
expect val name: String
Link copied to clipboard
abstract val nepaliDate: String
Link copied to clipboard
Link copied to clipboard
abstract val okText: String
Link copied to clipboard
expect val ordinal: Int
Link copied to clipboard
abstract val selectDateText: String
Link copied to clipboard
Link copied to clipboard
abstract val startDate: String
Link copied to clipboard
abstract val today: String
Link copied to clipboard
Link copied to clipboard
abstract val writeDateText: String

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.