Project import generated by Copybara.
GitOrigin-RevId: 43cd697ec87dcc5cab5051f27960bb77a057399d
This commit is contained in:
@@ -247,6 +247,12 @@ class TimestampDiff {
|
||||
TimestampDiff operator-(const TimestampDiff other) const;
|
||||
Timestamp operator+(const Timestamp other) const;
|
||||
|
||||
// Special values.
|
||||
|
||||
static TimestampDiff Unset() {
|
||||
return TimestampDiff(Timestamp::Unset().Value());
|
||||
}
|
||||
|
||||
private:
|
||||
TimestampBaseType timestamp_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user