TYPE month_in_year_number

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
TYPE month_in_year_number
 = INTEGER; 
WHERE
 	WRTM5 : { 1 <= SELF <= 12 };
END_TYPE;  (*  STEP Part 41 (unchanged in 2nd edition)  *)

Referenced By

Defintion month_in_year_number is references by the following definitions:
DefinitionType
 calendar_date ENTITY


[Top Level Definitions] [Exit]

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