Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValueDateApproximated

Hierarchy

Index

Properties

approximationKind: { isAbout: boolean; isCalculated: boolean; isEstimated: boolean }

Type declaration

  • isAbout: boolean
  • isCalculated: boolean
  • isEstimated: boolean
hasDate: true

Indicates an instance of ValueDateDated.

hasPhrase: false

Indicates an instance of ValueDatePhrased.

isDateApproximated: true

Indicates an instance of ValueDateApproximated. Implies hasDate.

isDateInterpreted: false

Indicates an instance of ValueDateInterpreted. Implies hasDate.

isDatePeriod: false

Indicates an instance of ValueDatePeriod. Implies hasDate.

isDatePunctual: true

Indicates an instance of ValueDatePunctual. Implies hasDate.

isDateRange: false

Indicates an instance of ValueDateRange. Implies hasDate.

Generated using TypeDoc