Navigation

IfcCoordinatedUniversalTimeOffset

Definition from ISO/CD 10303-41:1992: Relates a time to coordinated universal time by an offset (specified in hours and minutes) and direction.

HISTORY This entity has changes after IFC Release 1.5.1.

EXPRESS specification:

ENTITY IfcCoordinatedUniversalTimeOffset;
HourOffset  :  IfcHourInDay;
MinuteOffset  :  OPTIONAL IfcMinuteInHour;
Sense  :  IfcAheadOrBehind;
END_ENTITY;

Attribute definitions:

HourOffset  :  The number of hours by which local time is offset from coordinated universal time.
MinuteOffset  :  The number of minutes by which local time is offset from coordinated universal time.
Sense  :  The direction of the offset.
Note: The data type of the Sense is an enumeration - AHEAD means positive offset; BEHIND means negative offset.

References (1):

Name Type Referred through Express-G
IfcLocalTime Entity
Attribute 'Zone'
Diagram 1

Inheritance graph

ENTITY IfcCoordinatedUniversalTimeOffset;
ENTITY IfcCoordinatedUniversalTimeOffset;
HourOffset  :  IfcHourInDay;
MinuteOffset  :  OPTIONAL IfcMinuteInHour;
Sense  :  IfcAheadOrBehind;
END_ENTITY;