IfcTimePeriod

IfcTimePeriod

实体定义

IfcTimePeriod定义了由开始和结束时间给定的时间段。这两种时间定义都考虑了时区并考虑了夏令时偏移。

 

时间段由开始时间和结束时间定义,结束时间由IfcTime定义。给定的时间段应在合理的值内(例如,开始时间必须早于结束时间)。此外,预计两个时间定义使用相同的时区,如果给定,则使用相同的夏令时偏移。

 

IFC4中的新实体。

 

 

 

 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcTimePeriod
1 StartTime IfcTime [1:1] Start time of the time period. X
2 EndTime IfcTime [1:1] End time of the time period. X
 

 

 

EXPRESS Specification

ENTITY IfcTimePeriod;
  StartTime : IfcTime;
  EndTime : IfcTime;
END_ENTITY;

 

 

##################################

posted @ 2022-07-24 10:45  西北逍遥  阅读(21)  评论(0编辑  收藏  举报