aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r--src/shared/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h
index 4310c426883..be61019cef0 100644
--- a/src/shared/Common.h
+++ b/src/shared/Common.h
@@ -165,6 +165,7 @@ enum TimeConstants
MINUTE = 60,
HOUR = MINUTE*60,
DAY = HOUR*24,
+ WEEK = DAY*7,
MONTH = DAY*30,
YEAR = MONTH*12,
IN_MILISECONDS = 1000