NAME
TimeOfDayIsBefore — Check whether the first time-of-day is before the second.
SYNOPSIS
TimeOfDayIsBefore FirstTimeOfDay SecondTimeOfDay
DESCRIPTION
Return Value
1 First time-of-day is before the second.
0 First time-of-day is not before the second.
Arguments
FirstTimeOfDayString in time-of-day format.
SecondTimeOfDayString in time-of-day format.
More Info
This command is like less than (<).

For information about how to configure the format, see About Date and Time Commands.


For information regarding exceptions / errors, see here.
EXAMPLES
% TimeOfDayIsBefore 01:02:03 01:02:04
1
SEE ALSO
SetTimeOfDayFormat, TimeOfDayIsAfter, TimeOfDayIsAt, TimeOfDayIsAtOrAfter, TimeOfDayIsAtOrBefore, TimeOfDayIsBetween
KEYWORDS
check, time, verification