home contribute faq download

FunctX XQuery Functions

fn:minutes-from-time

The minute portion of a time

Google
Webxqueryfunctions.com

Description

The fn:minutes-from-time function returns the minutes portion of an xs:time value, as an integer between 0 and 59 inclusive.

This description is © Copyright 2007, Priscilla Walmsley. It is excerpted from the book XQuery by Priscilla Walmsley, O'Reilly, 2007. For a complete explanation of this function, please refer to Appendix A of the book.

Arguments and Return Type

NameType
$arg xs:time?
return value xs:integer?

Examples

XQuery ExampleResults
minutes-from-time(xs:time('10:30:23'))
30

See Also

fn:minutes-from-dateTimeThe minute portion of a date/time

History

Published OnLast UpdatedContributor(s)
2006-06-272007-02-26W3C, XQuery 1.0 and XPath 2.0 Functions and Operators, http://www.w3.org/TR/xpath-functions/
Datypic XQuery Services

Recommended Reading:

XQuery