GroupedDateTimeParser

class GroupedDateTimeParser

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
parse
Link copied to clipboard
common

Parse text into a list of results, each containing the parsed fields associated with a particular group.

fun parse(text: CharSequence, settings: DateTimeParserSettings): List<DateTimeParseResult>
toString
Link copied to clipboard
common
open override fun toString(): String