SilverStream
Application Server 3.5

com.sssw.rt.expr
Class AgNow

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

public class AgNow
extends Object

A runtime helper class for retrieving current timestamp information.


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

Constructor Detail

AgNow

public AgNow()
Method Detail

evaluate

public static Timestamp evaluate()
Gets the current timestamp value and returns the year, month, day of the month, hour, minutes, and seconds in a Timestamp object.

SilverStream
Application Server 3.5