TYPE day_in_month_number

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

Referenced By

Defintion day_in_month_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