blob: 98a9ddc3e4e2abb97427ce380e4637e4fefb3ee9 [file] [log] [blame]
(:*******************************************************:)
(:Test: op-time-less-than-3 :)
(:Written By: Carmelo Montanez :)
(:Date: June 13, 2005 :)
(:Purpose: Evaluates The "time-less-than" function that :)
(:return true and used together with fn:not (lt operator):)
(:*******************************************************:)
fn:not((xs:time("13:00:00Z") lt xs:time("14:00:00Z")))