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