TYPE hour_in_day

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)

TYPE hour_in_day
 = INTEGER; 
WHERE
 	WRTH1 : { 0 <= SELF < 24 };
END_TYPE;  (*  STEP Part 41 (unchanged in 2nd edition)  *)

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00