Class Ifc2x3::IfcCoordinatedUniversalTimeOffset¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc2x3
::
IfcCoordinatedUniversalTimeOffset
: public IfcUtil::IfcBaseEntity¶ Public Types
-
typedef IfcTemplatedEntityList<IfcCoordinatedUniversalTimeOffset>
list
¶
Public Functions
-
int
HourOffset
() const¶
-
void
setHourOffset
(int v)¶
-
bool
hasMinuteOffset
() const¶ Whether the optional attribute MinuteOffset is defined for this IfcCoordinatedUniversalTimeOffset.
-
int
MinuteOffset
() const¶
-
void
setMinuteOffset
(int v)¶
-
::Ifc2x3::IfcAheadOrBehind::Value
Sense
() const¶
-
void
setSense
(::Ifc2x3::IfcAheadOrBehind::Value v)¶
-
IfcCoordinatedUniversalTimeOffset
(IfcEntityInstanceData *e)¶
-
IfcCoordinatedUniversalTimeOffset
(int v1_HourOffset, boost::optional<int> v2_MinuteOffset, ::Ifc2x3::IfcAheadOrBehind::Value v3_Sense)¶
-
typedef IfcTemplatedEntityList<IfcCoordinatedUniversalTimeOffset>