public class DateParameter extends ParameterHolder
Constructor and Description |
---|
DateParameter(Date date)
Represents a timestamp, constructed with time in millis since epoch
|
DateParameter(Date date,
Calendar cal) |
Modifier and Type | Method and Description |
---|---|
void |
writeTo(OutputStream os)
Write parameter value
|
toString
public DateParameter(Date date)
date
- the datepublic void writeTo(OutputStream os) throws IOException
ParameterHolder
writeTo
in class ParameterHolder
os
- the stream to write toIOException
- when something goes wrongCopyright © 2015. All rights reserved.