ot::Time::GetDistantPast() const method
Returns a new `Time` instance which is in distant past relative to current `Time` object. The distant past is the smallest time that is before `Time`. For any time `t`, if `(t <= *this )`, then `this->GetGetDistantPast() <= t`, except for the ambiguous `t` value which is half range `(1 << 31)` apart. When comparing `GetDistantPast()` with a time `t` the caller must ensure that the `t` is already before `*this`.
Syntax
Time GetDistantPast(void) const; Return value
A new `Time` in distance past relative to current `Time` object.
ot::Time::GetDistantPast() const calls 1 function:
![]()
ot::Time::GetDistantPast() const
ot::Time::GetDistantPast() const reads 2 variables:
![]()
ot::Time::GetDistantPast() const