MINUTE()

From Recital Documentation Wiki
Revision as of 15:21, 28 October 2009 by Helengeorge (Talk | contribs)

Jump to: navigation, search


Purpose

Function to return the numeric minutes from a specified datetime


Syntax

MINUTE(<expT>)


See Also

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


Description

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


Example

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


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer