Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

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.

NOTE Corresponding STEP name: coordinated_universal_time_offset, please refer to ISO/IS 10303-41:1994 for the final definition of the formal standard.
HISTORY New entity in 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.

Inheritance graph

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