Ref T259, Ref T243 utility functions for timestamp based classes

This commit is contained in:
Klaus Basan
2018-03-10 17:56:53 +01:00
parent ad71a67a44
commit fd7b1e0d9c
4 changed files with 34 additions and 3 deletions

View File

@@ -167,6 +167,9 @@ namespace BlackMisc
//! Having a valid offset time
bool hasNonZeroOffsetTime() const;
//! Adds a value to offset time
void addMsecsToOffsetTime(qint64 msToAdd);
//! Offset with unit
QString getTimeOffsetWithUnit() const;