DateTimeParserSettings
Settings that control the parsing behavior.
data class DateTimeParserSettings(numberStyle: NumberStyle,locale: () -> Locale,isCaseSensitive: Boolean)
Content copied to clipboard
Constructors
DateTimeParserSettings
Link copied to clipboard
fun DateTimeParserSettings(numberStyle: NumberStyle, locale: Locale, isCaseSensitive: Boolean)
Content copied to clipboard
DateTimeParserSettings
Link copied to clipboard
fun DateTimeParserSettings(numberStyle: NumberStyle, locale: () -> Locale, isCaseSensitive: Boolean)
Content copied to clipboard
Types
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(numberStyle: NumberStyle, locale: () -> Locale, isCaseSensitive: Boolean): DateTimeParserSettings
Content copied to clipboard
equals
Link copied to clipboard
Properties
isCaseSensitive
Link copied to clipboard
locale
Link copied to clipboard
numberStyle
Link copied to clipboard
Defines the set of characters that should be used when parsing numbers.