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