Application Integration
- Application Integration
- All Products
fn:hours-from-time(arg)
Argument
| Required/
Optional
| Description
|
---|---|---|
arg
| Required
| The time value from which the hours component is to be extracted.
The time-value is of type xs:time or is an empty sequence.
|
fn:hours-from-time(xs:time('TIME'))
TIME
| RETURN VALUE
|
---|---|
10:30:23
| 10
|
10:30:23-05:00
| 10
|
09:30:00-08:00
| 9
|