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