8.5.3.11 IfcTimePeriod
8.5.3.11.1 Semantic definition
IfcTimePeriod defines a time period given by a start and end time. Both time definitions consider the time zone and allow for the daylight savings offset.
A time period is defined by a start and an end time, which is defined by IfcTime. The given time period should be within reasonable values (for example, the start time must be before the end time). It is furthermore expected that both time definitions use the same time zone and, if given, the same daylight saving offset.
8.5.3.11.2 Entity inheritance
8.5.3.11.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcTimePeriod (2) | |||
1 | StartTime | IfcTime |
Start time of the time period. |
2 | EndTime | IfcTime |
End time of the time period. |
8.5.3.11.4 Examples
8.5.3.11.5 Formal representation
ENTITY IfcTimePeriod;
StartTime : IfcTime;
EndTime : IfcTime;
END_ENTITY;