valueOf method

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.

Implementation

external String valueOf();