IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.5.2.4 IfcDayInMonthNumber

8.5.2.4.1 Semantic definition

IfcDayInMonthNumber is an integer that defines the position of the specified day in a month.

Type: INTEGER

8.5.2.4.2 Formal Propositions

ValidRange<html><body><p>The valid range for positioning a day in a month is min inclusive = 1 and max inclusive = 31.</p></body></html>
{1 <= SELF <= 31}
Table 8.5.2.4.A

8.5.2.4.3 Formal representation

TYPE IfcDayInMonthNumber = INTEGER;
 WHERE
	 ValidRange : {1 <= SELF <= 31};
END_TYPE;

8.5.2.4.4 References

Edit on Github


Is this page difficult to understand? Let us know!

8.5.2.4.5 Changelog

8.5.2.4.5.1 IFC4

  • where rule, ValidRange