Ref T259, Ref T243 utility functions for timestamp based classes and parts plus renamings

This commit is contained in:
Klaus Basan
2018-03-04 10:48:04 +01:00
parent df38107852
commit 55e2690ceb
6 changed files with 31 additions and 4 deletions

View File

@@ -310,7 +310,7 @@ namespace BlackMisc
return (i >= static_cast<int>(IndexOffsetMs)) && (i <= static_cast<int>(IndexOffsetWithUnit));
}
bool ITimestampWithOffsetBased::hasOffsetTime() const
bool ITimestampWithOffsetBased::hasNonZeroOffsetTime() const
{
return m_timeOffsetMs != 0;
}