Application Integration
- Application Integration
- All Products
fn:days-from-duration(arg)
Argument
| Required/
Optional
| Description
|
---|---|---|
arg
| Required
| The duration value from which the days component is to be extracted.
The duration-value is an empty sequence, or is a value that has one of the following types:
|
fn:days-from-duration(xs:dayTimeDuration('DURATION'))
DURATION
| RETURN VALUE
|
---|---|
P5D
| 5
|
-PT24H
| -1
|
PT23H
| 0
|
P1DT36H
| 2
|
PT1440M
| 1
|