Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using App Connections
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

current-time

current-time

Returns the current time.

Syntax

fn:current-time()

Return Value

The fn:current-time function takes no parameters, and returns the current time with the time zone. If the function is called multiple times within the same query, it returns the same value every time. The time zone is implementation-dependent.

Example

The following expression will return
23:17:00.000-05:00
as the result:
fn:current-time()

0 COMMENTS

We’d like to hear from you!