GroupedDateTimeParser

class GroupedDateTimeParser

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
parse
Link copied to clipboard
common
fun parse(text: CharSequence, settings: DateTimeParserSettings = DateTimeParserSettings.DEFAULT): List<DateTimeParseResult>
Parse text into a list of results, each containing the parsed fields associated with a particular group.
toString
Link copied to clipboard
common
open fun toString(): String