Skip to content

Commit 6c86227

Browse files
authored
Add files via upload
1 parent cf5cda2 commit 6c86227

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Calendar Hours =
2+
VAR _start_time = TIME(0, 0, 0)
3+
VAR _end_time = TIME(23, 0, 0)
4+
VAR _duration = TIME(1, 0, 0)
5+
VAR _hours = SELECTCOLUMNS (GENERATESERIES(_start_time, _end_time, _duration), "Hours", [Value] )
6+
7+
RETURN
8+
_hours

0 commit comments

Comments
 (0)