Minute
Returns the minute component of the given date as a number.
Usage
Minute(date, timezone)
date (required) The date from which to extract the minute component.
timezone (optional) Name of IANA timezone to get the date part at, e.g. “America/Los_Angeles”. When calculating a timezone, input dates are treated as UTC.
Example
Minute(Date("2007-08-14 07:11:00"))
- Returns 11.