TYPE day_in_year_number

(* SCHEMA engineering_properties_schema; *)


   TYPE day_in_year_number = INTEGER;
   WHERE
      WR1:
         (1 <= SELF) AND (SELF <= 366);
   END_TYPE;

Referenced By

Defintion day_in_year_number is references by the following definitions:
DefinitionType
 ordinal_date ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:51-04:00