ENTITY local_time

(* SCHEMA integrated_cnc_schema; *)
ENTITY local_time;
    hour_component   : hour_in_day;
    minute_component : OPTIONAL minute_in_hour;
    second_component : OPTIONAL second_in_minute;
    zone             : coordinated_universal_time_offset;
  WHERE
    WR1: valid_time(SELF);
END_ENTITY; -- 10303-41: date_time_schema

Explicit Attributes

Entity local_time has the following local and inherited explicit attributes:
AttributeTypeDefined By
 hour_componenthour_in_day (INTEGER)local_time
 minute_componentminute_in_hour (INTEGER)local_time
 second_componentsecond_in_minute (REAL)local_time
 zonecoordinated_universal_time_offset (ENTITY)local_time

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity local_time and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 date_and_time ENTITY local_time
 date_time_select SELECT local_time
 valid_time FUNCTION local_time


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:20-02:00