| 395 | static flags Wrapped24Hours(bool Value = true) { return flags().Wrapped24Hours(Value); } |
| 396 | static flags Negative(bool Value = true) { return flags().Negative(Value); } |
| 397 | static flags Timed(bool Value = true) { return flags().Timed(Value); } |
| 398 | |
| 399 | private: |
| 400 | uint32_t Frames_; |