DateTimeParseResult
The result of a parsing operation.
data class DateTimeParseResult(fields: MutableMap<DateTimeField, Long>,timeZoneId: String?)
Content copied to clipboard
Constructors
DateTimeParseResult
Link copied to clipboard
fun DateTimeParseResult(fields: MutableMap<DateTimeField, Long>, timeZoneId: String?)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(fields: MutableMap<DateTimeField, Long>, timeZoneId: String?): DateTimeParseResult
Content copied to clipboard
equals
Link copied to clipboard
isNotEmpty
Link copied to clipboard