Date Time Parse Result
data class DateTimeParseResult(fields: MutableMap<DateTimeField, Long>, timeZoneId: String?)
Content copied to clipboard
The result of a parsing operation.
Constructors
DateTimeParseResult
Link copied to clipboard
fun DateTimeParseResult(fields: MutableMap<DateTimeField, Long> = hashMapOf(), timeZoneId: String? = null)
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> = hashMapOf(), timeZoneId: String? = null): DateTimeParseResult
Content copied to clipboard
isNotEmpty
Link copied to clipboard