DateTimeParser

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

abstract class DateTimeParser

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 DateTimeParseResult containing all parsed fields.

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