SilverStream
Application Server 3.5

com.sssw.rt.expr
Class AgTimeOfDay

java.lang.Object
 |
 +--com.sssw.rt.expr.AgTimeOfDay

public class AgTimeOfDay
extends Object

A runtime helper class for retrieving the current hour, minutes, and seconds.


Constructor Summary
AgTimeOfDay()
           
 
Method Summary
static Time evaluate()
          Gets the current timestamp value and returns the hour, minutes, and seconds in a java.sql.Time object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgTimeOfDay

public AgTimeOfDay()
Method Detail

evaluate

public static Time evaluate()
Gets the current timestamp value and returns the hour, minutes, and seconds in a java.sql.Time object.

SilverStream
Application Server 3.5