Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcDateAndTime

Definition from ISO/CD 10303-41:1992: A moment of time on a particular day.

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

EXPRESS specification:

ENTITY IfcDateAndTime;
DateComponent  :  IfcCalendarDate;
TimeComponent  :  IfcLocalTime;
END_ENTITY;

Attribute definitions:

DateComponent  :  The date element of the date time combination.
TimeComponent  :  The time element of the date time combination.

Inheritance graph

ENTITY IfcDateAndTime;
ENTITY IfcDateAndTime;
DateComponent  :  IfcCalendarDate;
TimeComponent  :  IfcLocalTime;
END_ENTITY;