Class Ifc4x3_rc1::IfcTimePeriod¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcTimePeriod
: public IfcUtil::IfcBaseEntity¶ IfcTimePeriod defines a time period given by a start and end time. Both time definitions consider the time zone and allow for the daylight savings offset.
HISTORY: New entity in IFC R2x4.
Use definitions A time period is defined by a start and an end time, which is defined by IfcTime. The given time period should be within reasonable values (for example, the start time must be before the end time). It is furthermore expected that both time definitions use the same time zone and, if given, the same daylight saving offset.
Public Types
-
typedef IfcTemplatedEntityList<IfcTimePeriod>
list
¶
Public Functions
-
std::string
StartTime
() const¶ Start time of the time period.
-
void
setStartTime
(std::string v)¶
-
std::string
EndTime
() const¶ End time of the time period.
-
void
setEndTime
(std::string v)¶
-
IfcTimePeriod
(IfcEntityInstanceData *e)¶
-
IfcTimePeriod
(std::string v1_StartTime, std::string v2_EndTime)¶
-
typedef IfcTemplatedEntityList<IfcTimePeriod>