NAME
TimeOfDayIsAt — Check whether the given time-of-day is at the second.
SYNOPSIS
TimeOfDayIsAt FirstTimeOfDay SecondTimeOfDay
DESCRIPTION
Return Value
1 First time-of-day happens at the second.
0 First time-of-day does not happen at the second.
Arguments
FirstTimeOfDayString in time-of-day format.
SecondTimeOfDayString in time-of-day format.
More Info
Note that this is basically just string equal but is included for the sake of completeness.

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


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