Home > @firebase/firestore > lite > Timestamp > valueOf
Timestamp.valueOf() method
Converts this object to a primitive string, which allows Timestamp objects to be compared using the >
, <=
, >=
and >
operators.
Signature:
valueOf(): string;
Returns:
string