DateRange
Type CDM 7.2.0A class defining a contiguous series of calendar dates. The date range is defined as all the dates between and including the start and the end date. The start date must fall on or before the end date.
Attributes
All 2 declared on DateRange. Cardinality in amber is required.
| Name | Type | Card. | Description |
|---|---|---|---|
| startDate | date | 1..1 | The first date of a date range. |
| endDate | date | 1..1 | The last date of a date range. |
Conditions
Validation rules the model enforces on this type, in Rune. An instance that breaks one of these is invalid CDM, whatever produced it.
startDate <= endDate Referenced by
2 types hold a DateRange as an attribute.
Open DateRange in the Model Browser
Walk the tree and the reference graph interactively, and switch releases to see how the type has changed. Free, no signup.