MINUTE_GMT

Description

Extracts the minute (0–59) from a Datetime value, based on GMT.

Syntax

MINUTE_GMT(datetime) -> Integer

Parameters

ParameterData TypeRequiredDescription
datetimeDatetimeYesThe Datetime value from which the minute is extracted.

Example

MINUTE_GMT(NOW())
-- Returns 25 (if now = 2024-09-18T15:25:22.418Z).

Related Formula