TYPE hour_in_day

(* SCHEMA integrated_cnc_schema; *)
TYPE hour_in_day = INTEGER;
  WHERE
    WR1: (0 <= SELF) AND (SELF < 24);
END_TYPE; -- 10303-41: date_time_schema

Referenced By

Defintion hour_in_day is references by the following definitions:
DefinitionType
 local_time ENTITY


[Top Level Definitions]

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