Application Integration
- Application Integration
- All Products
fn:hours-from-duration(arg)
Argument
| Required/
Optional
| Description
|
---|---|---|
arg
| Required
| The duration value from which the hours component is to be extracted.
The duration-value is an empty sequence or is a value that has one of the following types:
|
fn:hours-from-duration(xs:dayTimeDuration('DURATION'))
DURATION
| RETURN VALUE
|
---|---|
P1DT5H
| 5
|
-PT36H
| -12
|
PT23H
| 23
|
PT1H90M
| 2
|
PT2H59M
| 2
|
PT3600S
| 1
|