Iso

object Iso

ISO-8601 parsers.

Types

Basic
Link copied to clipboard
common
object Basic
Extended
Link copied to clipboard
common
object Extended

Functions

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

Properties

CALENDAR_DATE
Link copied to clipboard
common
val CALENDAR_DATE: DateTimeParser
Parse ISO-8601 calendar dates in either basic or extended format.
DATE
Link copied to clipboard
common
val DATE: DateTimeParser
Parse ISO-8601 calendar or ordinal dates in either basic or extended format.
DATE_RANGE
Link copied to clipboard
common
val DATE_RANGE: GroupedDateTimeParser
Parse an ISO-8601 time interval between two dates in either basic or extended format.
DATE_TIME
Link copied to clipboard
common
val DATE_TIME: DateTimeParser
Parse an ISO-8601 date and time of day in either basic or extended format.
DATE_TIME_INTERVAL
Link copied to clipboard
common
val DATE_TIME_INTERVAL: GroupedDateTimeParser
DURATION
Link copied to clipboard
common
val DURATION: DateTimeParser
Parse an ISO-8601 period containing only the day and time components.
INSTANT
Link copied to clipboard
common
val INSTANT: DateTimeParser
Parse an ISO-8601 date-time with the zero UTC offset designator in either basic or extended format.
INSTANT_INTERVAL
Link copied to clipboard
common
val INSTANT_INTERVAL: GroupedDateTimeParser
OFFSET_DATE_TIME
Link copied to clipboard
common
val OFFSET_DATE_TIME: DateTimeParser
Parse an ISO-8601 date, time of day, and UTC offset in either basic or extended format.
OFFSET_DATE_TIME_INTERVAL
Link copied to clipboard
common
val OFFSET_DATE_TIME_INTERVAL: GroupedDateTimeParser
OFFSET_TIME
Link copied to clipboard
common
val OFFSET_TIME: DateTimeParser
Parse an ISO-8601 time of day and UTC offset in either basic or extended format.
ORDINAL_DATE
Link copied to clipboard
common
val ORDINAL_DATE: DateTimeParser
Parse ISO-8601 ordinal dates in either basic or extended format.
PERIOD
Link copied to clipboard
common
val PERIOD: DateTimeParser
Parse an ISO-8601 period without any time components.
TIME
Link copied to clipboard
common
val TIME: DateTimeParser
Parse an ISO-8601 time of day in either basic or extended format.
UTC_OFFSET
Link copied to clipboard
common
val UTC_OFFSET: DateTimeParser
Parse an ISO-8601 UTC offset in either basic or extended format.
YEAR
Link copied to clipboard
common
val YEAR: DateTimeParser
Parse an ISO-8601 standalone year.
YEAR_MONTH
Link copied to clipboard
common
val YEAR_MONTH: DateTimeParser
Parse an ISO-8601 year-month.
ZONED_DATE_TIME
Link copied to clipboard
common
val ZONED_DATE_TIME: DateTimeParser
Parse an ISO-8601 date, time of day, UTC offset, and optionally, a non-standard region ID in either basic or extended format.
ZONED_DATE_TIME_INTERVAL
Link copied to clipboard
common
val ZONED_DATE_TIME_INTERVAL: GroupedDateTimeParser