FUNCTION valid_time

(* SCHEMA integrated_cnc_schema; *)
FUNCTION valid_time (
    time : local_time 
    ) : BOOLEAN;
    IF EXISTS(time.second_component) THEN
      RETURN (EXISTS(time.minute_component));
    ELSE
      RETURN (TRUE);
    END_IF;
END_FUNCTION; -- 10303-41: date_time_schema

Referenced By

Defintion valid_time 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:26-02:00