Navigation

IfcDateTimeSelect

Definition from ISO/CD 10303-41:1992: Allows a date (IfcCalendarDate) and/or local time (IfcDateAndTime, IfcLocalTime) to be referenced.

SELECT

EXPRESS specification:

TYPE IfcDateTimeSelect = SELECT
( IfcCalendarDate,
IfcLocalTime,
IfcDateAndTime);
END_TYPE;