abstract class DateTimeParser
A parser that converts text into a collection of date-time fields that are understood throughout Island Time.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
parse |
Parse text into a DateTimeParseResult containing all parsed fields. fun parse(text: CharSequence, settings: DateTimeParserSettings = DateTimeParserSettings.DEFAULT): DateTimeParseResult |