Times of the Day

From Keyfax Wiki
Revision as of 10:57, 14 June 2018 by Wikiadmin (talk | contribs) (Created page with "If you wish to apply a rule based on certain times of the day (ie change priority E to 1 between 4pm and 8pm): Conditional Expression (for normal working hours. (08:00 – 16...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you wish to apply a rule based on certain times of the day (ie change priority E to 1 between 4pm and 8pm):

Conditional Expression (for normal working hours. (08:00 – 16:59)):

AsDate Format(‘HH’) AsNum Between(8,16)

230.png

Please note, for the time slot between 9am and 10am the expression would be as follows:

282.png

For half hours use the following:

231.png