IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Table 8.5.3.11.B

8.5.3.11.4 Examples

8.5.3.11.5 Formal representation

ENTITY IfcTimePeriod;
	StartTime : IfcTime;
	EndTime : IfcTime;
END_ENTITY;

8.5.3.11.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.5.3.11.7 Changelog

8.5.3.11.7.1 IFC4

  • New resource