Variables
Name | Type | Description |
---|---|---|
| TimeSpan | Current time of day including optional time offset set on link |
| DateTimeOffset | Reference time set on link. Usually this is the start time of day |
| Bool | Checks for a rference time is set |
| TimeSpan | Current countdown if reference time is set reference time is in the future |
| Bool | Checks for is before reference time |
| TimeSpan | Current runtime if reference time is set and reference time is in the past |
| Bool | Checks for is after reference time |
Last updated