Skip to content

TimeWindowCondition element

Markus Hastreiter edited this page Mar 8, 2024 · 1 revision

The <TimeWindowCondition> allows to define date/time-based conditions. A typical use-case for this could be planned maintenance hours.

  • the date/time has to be specified in local time
  • the date/time has to use the format yyyy-MM-dd hh:mm:ss

Example:

<TimeWindowCondition StartTime="2022-02-01 08:30:00" EndTime="2022-02-01 11:00:00" />

Clone this wiki locally