FINXIS.

DateRange

Type CDM 7.2.0

A 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.

Extends —
Extended by BusinessDateRange
Attributes 2
Namespace cdm.base.datetime

Attributes

All 2 declared on DateRange. Cardinality in amber is required.

NameTypeCard.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.

DatesOrdered Condition
The start date must fall on or before the end date (a date range of only one date is allowed).
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.

Model Browser All 200+ releases
Parsed from CDM 7.2.0 · base-datetime-type.rosetta cdm.base.datetime