DateRange«dataType»
CDIFDataStructure::DataTypes::DateRange
Definition
Expresses a date/time range using a start date and end date (both with the structure of Date and supporting the use of ISO and non-ISO date structures). Use in all locations where a range of dates is required, i.e. validFor, embargoPeriod, collectionPeriod, etc.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| endDate | CombinedDate | [1] | The date (time) designating the end of the period or range. |
| startDate | CombinedDate | [1] | The date (time) designating the beginning of the period or range. |
Associations
No associations.