Difference between revisions of "SEC()"

From Recital Documentation Wiki
Jump to: navigation, search
(No difference)

Revision as of 16:09, 20 March 2009

SEC()

Class

Date and Time Data


Purpose

Function to return the numeric seconds from a specified datetime


Syntax

SEC(<expT>)


See Also

AMPM(), CTOT(), DATE(), DATETIME(), ELAPTIME(), HOUR(), HOURS(), MINUTE(), MINUTES(), SECONDS(), SECS(), TIME(), TIMESTAMP(), TSTRING(), TTOC(), TTOD(), VALIDTIME(), SET CLOCK, SET CLOCKRATE, SET SECONDS, SET VAXTIME


Description

The SEC() function returns the seconds from the specified datetime expression <expT> as a numeric value.


Example

? sec({10/10/2004 10:15:43 AM})
        43
m_Sec = sec(datetime())
? type("m_Sec")
N


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer