Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

tf:getLastModified

Get time stamp of last modification.


Syntax

tf:getLastModified(documentNode $document) => dateTime

Top of page

Description

The function tf:getLastModified is specific to Tamino. It takes a document node as argument and returns the time stamp of its last modification. The time zone used is the Coordinated Universal Time (UTC), which is indicated by the letter "Z" at the end.

Top of page

Argument

$document

document node

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page