summaryrefslogtreecommitdiff
path: root/include/tools/time.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/time.hxx')
-rw-r--r--include/tools/time.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tools/time.hxx b/include/tools/time.hxx
index 2b950b860ee9..e25b2de73f53 100644
--- a/include/tools/time.hxx
+++ b/include/tools/time.hxx
@@ -123,7 +123,9 @@ public:
{ return (nTime <= rTime.nTime); }
static Time GetUTCOffset();
- static sal_uInt64 GetSystemTicks(); // Elapsed time
+
+ /// Elapsed time since epoch in milliseconds
+ static sal_uInt64 GetSystemTicks();
void ConvertToUTC() { *this -= Time::GetUTCOffset(); }
void ConvertToLocalTime() { *this += Time::GetUTCOffset(); }