durationinterval
Durationinterval is a temporal data concept used in scheduling, time-series analysis, and calendar systems to denote a finite span of time that begins at a specific moment and lasts for a given length. In its typical form it is a pair consisting of a start timestamp and a duration, with end computed as end = start + duration. Some representations store the explicit end instead of duration; when both start and end are known, they define the same interval as a start/duration pair.
ISO 8601 and related standards support interval notation that conveys the same idea, commonly as start/end
Operations on a durationinterval typically include containment checks (whether a moment falls within the interval), overlap
Common considerations include time zones and daylight saving changes, leap seconds, and precision limits depending on