Skip to main content

TimePoint

Class Description

A point in time within a sequence of points in time relative to a time schedule.

Attributes

NameTypeDescription
dateTimeDateTimeAbsolute date and time for this time point. For calendar-based time point, it is typically manually entered, while for interval-based or sequence-based time point it is derived.
relativeTimeIntervalSeconds(if interval-based) A point in time relative to scheduled start time in 'TimeSchedule.scheduleInterval.start'.
sequenceNumberInteger(if sequence-based) Relative sequence number for this time point.
statusStatusStatus of this time point.
windowDateTimeIntervalInterval defining the window of time that this time point is valid (for example, seasonal, only on weekends, not on weekends, only 8:00 am to 5:00 pm, etc.).

Relationships

Ancestors

Descendents

No descendent classes

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
TimePoint0..*TimeSchedule1TimePointsSequence of time points belonging to this time schedule.TimeScheduleTime schedule owning this time point.