| 383 | bool IsWrapped24Hours() const { return Flags_.IsWrapped24Hours(); } |
| 384 | TimeCode& SetTimed(bool Value = true) { Flags_.Timed(Value); return *this; } |
| 385 | bool IsTimed() const { return Flags_.IsTimed(); } |
| 386 | TimeCode& SetNegative(bool Value = true) { Flags_.Negative(Value); return *this; } |
| 387 | bool IsNegative() const { return Flags_.IsNegative(); } |
| 388 | bool IsValid() const { return Flags_.IsValid(); } |
no outgoing calls
no test coverage detected