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:MINUTE
matchesrun:MINUTE,12
matchesrun:MINUTE,12:00
matchesrun:MINUTE,13
does not matchrun:MINUTE,12:30
does not match
Given run MINUTE(12:30)
:
run:MINUTE,12:30
matchesrun:MINUTE,12
does not match