IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.5.2.2 IfcDate

8.5.2.2.1 Semantic definition

The IfcDate identifies a particular calendar day, expressed by year, calendar month and day in month. It is expressed by a string value following a particular lexical representation.

The lexical representation for IfcDate is the YYYY-MM-DD, where YYYY represents the calendar year, MM the ordinal number of the calendar month, and DD the ordinal number of the day within the calendar month. No left truncation is allowed. An optional following time zone qualifier is allowed. To accommodate year values outside the range from 0001 to 9999, additional digits can be added to the left of this representation and a preceding "-" sign is allowed.

8.5.2.2.2 Formal representation

TYPE IfcDate = STRING;
END_TYPE;

8.5.2.2.3 References

Edit on Github

5 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

8.5.2.2.4 Changelog

8.5.2.2.4.1 IFC4

  • New resource