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