GetMinute

Description

Returns the minute of an hour from a datetime expression.

Syntax

GetMinute(datetime_expression)

Examples

GetMinute(ToDate('2013-09-10T08:02:31.667Z')) returns 2

Return value datatype

Integer

Impact of null value

If input is null, returns null.