DateTimeParseResult

data class DateTimeParseResult(fields: MutableMap<DateTimeField, Long>, timeZoneId: String?)

The result of a parsing operation.

Constructors

DateTimeParseResult
Link copied to clipboard
common
fun DateTimeParseResult(fields: MutableMap<DateTimeField, Long> = hashMapOf(), timeZoneId: String? = null)

Functions

component1
Link copied to clipboard
common
operator fun component1(): MutableMap<DateTimeField, Long>
component2
Link copied to clipboard
common
operator fun component2(): String?
copy
Link copied to clipboard
common
fun copy(fields: MutableMap<DateTimeField, Long> = hashMapOf(), timeZoneId: String? = null): DateTimeParseResult
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
isEmpty
Link copied to clipboard
common
fun isEmpty(): Boolean
isNotEmpty
Link copied to clipboard
common
fun isNotEmpty(): Boolean
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

fields
Link copied to clipboard
common
val fields: MutableMap<DateTimeField, Long>
timeZoneId
Link copied to clipboard
common
var timeZoneId: String? = null