NAME
TimeOfDayIsAfter — Check whether the given time-of-day is after the second.
SYNOPSIS
TimeOfDayIsAfter FirstTimeOfDay SecondTimeOfDay
DESCRIPTION
Return Value
1 First time-of-day is after the second.
0 First time-of-day is not after the second.
Arguments
FirstTimeOfDayString in time-of-day format.
SecondTimeOfDayString in time-of-day format.
More Info
This command is like greater than (>).

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


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