| 183 | bool HasDate() const { return !date_.is_special(); } |
| 184 | bool HasTime() const { return !time_.is_special(); } |
| 185 | bool HasDateAndTime() const { return HasDate() && HasTime(); } |
| 186 | |
| 187 | /// Write the string representation of this TimestampValue. |
| 188 | /// Caller should try to use the variant with output argument and reuse the 'dst' string |
no outgoing calls