Class Ifc4x2::IfcTimePeriod

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::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)
const IfcParse::entity &declaration() const
IfcTimePeriod(IfcEntityInstanceData *e)
IfcTimePeriod(std::string v1_StartTime, std::string v2_EndTime)

Public Static Functions

const IfcParse::entity &Class()