valueOf method
Converts this object to a primitive string
, which allows Timestamp
objects to be compared
using the >
, <=
, >=
and >
operators.
@return a string encoding of this object.
Implementation
external String valueOf();
Converts this object to a primitive string
, which allows Timestamp
objects to be compared
using the >
, <=
, >=
and >
operators.
@return a string encoding of this object.
external String valueOf();