mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T259, Ref T243 utility functions for timestamp based classes and parts plus renamings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user