FUNCTION IfcValidTime

(* SCHEMA IFC2X2_FINAL; *)
FUNCTION IfcValidTime
	(Time: IfcLocalTime)
	: BOOLEAN;
  IF EXISTS (Time.SecondComponent) THEN
    RETURN (EXISTS (Time.MinuteComponent));  
  ELSE    
    RETURN (TRUE);  
  END_IF;
END_FUNCTION;

Referenced By

Defintion IfcValidTime is references by the following definitions:
DefinitionType
 IfcLocalTime ENTITY


[Top Level Definitions] [Exit]

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