blob: f3f2b6185dcfc53fd1528148f9f7dab3c01b044b [file] [log] [blame]
(: Name: treat-as-11 :)
(: Description: Evaluation of treat as expression where involving an xs:time data type and fn:hours-from-time function.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $var := xs:time("01:23:00+05:00")
return
fn:hours-from-time($var treat as xs:time)