extending timeproc for 240 / 360 h

This commit is contained in:
Robert Osinski 2024-08-19 09:25:16 +00:00
parent 94533dde1f
commit 79654a5707
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ concept timeproc {
"48h" = {indicatorOfUnitForTimeRange=1; lengthOfTimeRange = 48;}
"72h" = {indicatorOfUnitForTimeRange=1; lengthOfTimeRange = 72;}
"120h" = {indicatorOfUnitForTimeRange=1; lengthOfTimeRange = 120;}
"240h" = {indicatorOfUnitForTimeRange=1; lengthOfTimeRange = 240;}
"360h" = {indicatorOfUnitForTimeRange=1; lengthOfTimeRange = 360;}
"7 days" = {indicatorOfUnitForTimeRange=1; lengthOfTimeRange = 168;}
# 28 days
"month" = {indicatorOfUnitForTimeRange=1; lengthOfTimeRange = 672;}