Matching run information¶
MINUTE¶
Syntax: run:MINUTE,hour:min
min can be ommitted: if omitted, 00 is assumed.
hour:min can be completely omitted: in that case any MINUTE run will match.
Examples¶
Given run MINUTE(12:00):
run:MINUTEmatchesrun:MINUTE,12matchesrun:MINUTE,12:00matchesrun:MINUTE,13does not matchrun:MINUTE,12:30does not match
Given run MINUTE(12:30):
run:MINUTE,12:30matchesrun:MINUTE,12does not match