Class TimeOfDay

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
TimeOfDayEvaluator

public class TimeOfDay extends OperatorExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The TimeOfDay operator returns the time-of-day of the start timestamp associated with the evaluation request. See the Now operator for more information on the rationale for defining the TimeOfDay operator in this way.

Java class for TimeOfDay complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimeOfDay">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}OperatorExpression">
     </extension>
   </complexContent>
 </complexType>