Investment Studio > Expressions > Functions > Date & Time > MINUTE

integer minute(time argument)

Returns the minute encoded in the argument. The result is an integer ranging from 0 to 59.

Automatic type conversion allows the use of a time string as argument instead of an explicit date value.

Examples

=minute(0.8)

and

=minute(32791.8)

both equal 12; assuming standard US time format settings,

=minute("3:45:30 PM")

equals 45.

See also hour, month, now, second, time, timevalue.