minute()

Read(2939) Label: datetime value, minute,

Description:

Get the minute from a datetime value.

Syntax:

minute(datetimeExp)

Note:

The function gets the minute from the specified datetime value datetimeExp.

Parameter:

datetimeExp

An expression whose result is a date or a datetime value of standard format

Return value:

An integer

Example:

minute(datetime("19800227","yyyyMMdd"))

0

minute("1972-11-08 10:20:30")

20

minute(datetime("2006-01-15 13:20:30"))

20

Related function:

year()

month()

day() 

hour()

second()

millisecond()