time-equal

Compares two given time values to see if they are equal.

Syntax

    time-equal(strTime1, strTime2)

Parameters

strTime1 is a string that represents one time to compare and is specified in the format hh:mm:ss .

strTime2 is a string that represents the other time to compare and is specified in the format hh:mm:ss .

Returns

A Boolean value of true if the given time values are equal, otherwise false .