Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:day-from-date

Return day integer value from date argument.


Syntax

fn:day-from-date(xs:date? $arg) => xs:integer?

Top of page

Description

This function returns an integer value between 1 and 31, representing the day component of the localized value of the argument value. The localized value is the value in its original timezone or without timezone. If the argument is an empty sequence, the empty sequence is returned.

Top of page

Argument

$arg

argument value of type xs:date

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page