systime()

Examples


The systime() function returns the current system time from either the current computer or the server on which the data source the current computer is accessing resides.

Syntax

systime({CURRENT_SERVER})

Parameters

CURRENT_SERVER This keyword applies only when a SQL database type is used. It is a constant representing the server the current computer is connected to, regardless of what that server’s name is.

Return value

A time or datetime value

Comments

This function will return the system time of the current computer if the CURRENT_SERVER keyword isn’t used, or if the current computer isn’t connected to a data source.


Documentation Feedback