Trigger: DateTime

Waits for a target date and time, or for an elapsed amount of time to have passed.

  • Elapsed: Trigger after an elapsed amount of time
  • Waits for a period of time to have elapsed.

    • Repeat LimitDefault: disabled
    • If enabled, the trigger will only repeat the specified number of times and then disable itself. If disabled, the trigger will repeat indefinitely.

    • Hours, Minutes, SecondsDefault: 01:00:00
    • How long to wait until the trigger is... triggered. The minimum value is 1 second (Hours is 0, Minutes is 0, Seconds is 1). The maximum value is 9999999 hours (1,114 years; because of course).

  • Target: Trigger when Target date/time is reached
  • Waits until the specified target date and time is reached.

    • Repeat LimitDefault: disabled
    • If enabled, the trigger will only repeat the specified number of times and then disable itself. If disabled, the trigger will repeat indefinitely.

    • Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
    • The days that the below times should be applied to. Any days that are unchecked will be entirely ignored.

    • Times for the above Selected Days
    • The list of times for the selected days.

      • Add Time
      • Adds a new target time.

      • Remove Time
      • Removes the selected time.

      • Move Up
      • Moves the selected time up within the list.

      • Move Down
      • Moves the selected time down within the list.

    • Time (24hr clock) in hh:mm:ss
    • The target time; when the system time reaches this value, the specified Profile is processed.

      Note

      Enter the time value using the 24-hour clock format, with each hour, minute, and second component being separated by a colon character. Regardless of the entered time, it should always be equal to 8 characters (6 digits for the numberals, and two colon separators).


      Technical Users

      Unless it is specifically required, enter the Seconds value as 0 (zero). If all of the times within the list have a Seconds value of 0 (zero), the DateTime trigger will optimise itself to only check if the target date/time has been reached every sixty seconds. If a Seconds value has been set that isn't 0 (zero), the trigger will then check every single second.