IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.5.2.10 IfcTime

8.5.2.10.1 Semantic definition

The IfcTime identifies a time within a day, expressed by hours, minutes and second. It is expressed by a string value following a particular lexical representation.

The lexical representation for IfcTime is: hh:mm:ss where where hh represents hours, mm minutes and ss seconds. Additional digits can be used to increase the precision of fractional seconds if desired i.e the format ss.ss... A time zone indicator may be provided by a representation of the different to the Coordinated Universal Time. It is appended with a sign [+/-] followed by hh and optionally :mm.

8.5.2.10.2 Formal representation

TYPE IfcTime = STRING;
END_TYPE;

8.5.2.10.3 References

Edit on Github


Is this page difficult to understand? Let us know!

8.5.2.10.4 Changelog

8.5.2.10.4.1 IFC4

  • New resource