Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcDateTimeSelect

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

NOTE Corresponding STEP name: date_time_select, please refer to ISO/IS 10303-41:1994 for the final definition of the formal standard.
HISTORY New type in IFC Release 1.5.1.

SELECT

EXPRESS specification:

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