DateTimeParser

abstract class DateTimeParser

A parser that converts text into a collection of date-time fields that are understood throughout Island Time.

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): DateTimeParseResult
Parse text into a DateTimeParseResult containing all parsed fields.
toString
Link copied to clipboard
common
open fun toString(): String