DateTimeInterval
Class Description
Interval between two date and time points, where the interval includes the start time but excludes end time.
Attributes
| Name | Type | Description |
|---|---|---|
| end | DateTime | End date and time of this interval. The end date and time where the interval is defined up to, but excluded. |
| start | DateTime | Start date and time of this interval. The start date and time is included in the defined interval. |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
None