Overview | Methods | This Package | All Packages
Creates a Timestamp object.
Syntax
public Timestamp()
public Timestamp( long lTime )
public Timestamp( Time tTime )
public Timestamp( long lTime, int nanos )
Parameters
lTime
A long value that represents the time.
tTime
A Time object that represents the time.
nanos
An integer that represents the number of nanoseconds in the time.