You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The time display is equal to the Stagetimer output, taking [timer appearance](https://stagetimer.io/docs/using-timers/#timer-appearances) into account ([Docs](https://stagetimer.io/docs/viewer/#3-timer)). The current time remaining is always strictly a countdown.
124
+
125
+
-`$(stagetimer:timeDisplay)` - Time Display
126
+
-`$(stagetimer:timeDisplayHours)` - Time Display (hours)
127
+
-`$(stagetimer:timeDisplayMinutes)` - Time Display (minutes)
128
+
-`$(stagetimer:timeDisplaySeconds)` - Time Display (seconds)
121
129
-`$(stagetimer:currentTimerRemaining)` - Timer remaining time
122
130
-`$(stagetimer:currentTimerRemainingAsMs)` - Timer remaining time (ms)
123
131
-`$(stagetimer:currentTimerRemainingHours)` - Timer remaining time (hours)
124
132
-`$(stagetimer:currentTimerRemainingMinutes)` - Timer remaining time (minutes)
125
133
-`$(stagetimer:currentTimerRemainingSeconds)` - Timer remaining time (seconds)
-`$(stagetimer:currentTimerStartTime12h)` - Hard start time (12h format, [Docs](https://stagetimer.io/docs/using-timers/#using-the-start-time-properly))
142
+
-`$(stagetimer:currentTimerStartTime24h)`- Hard start time (24h format, [Docs](https://stagetimer.io/docs/using-timers/#using-the-start-time-properly))
0 commit comments