DateResultCompleteness

data class DateResultCompleteness(val parsed: Boolean, val originalString: Map<AlphabetType, StringCompleteness?>) : DateType

Describes completeness information for a date result.

Constructors

Link copied to clipboard
constructor(parsed: Boolean, originalString: Map<AlphabetType, StringCompleteness?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map containing completeness information about the original string for each AlphabetType.

Link copied to clipboard
open override val parsed: Boolean

Indicates whether the date was parsed successfully.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)