iftime()

Read(778) Label: time type,

Description:

Find whether the parameter is of time data type.

Syntax:

iftime(exp)

Note:

The function finds whether the parameter exp is of time type.

Parameter:

exp

Expression of any data type

Return value:

Boolean value

Example:

iftime("10:20:30")

false

iftime(time("10:20:30"))

true

iftime("2006-10-10")

false

iftime("2006-10-10 10:20:30")

false

iftime("20061010")

false

Related functions:

ifdate()