Skip to main content
MINUTE

Extracts the minute component from a given datetime

Updated over a week ago

Description

The MINUTE() function extracts and returns the minute component from a given datetime. This is useful for time-based analysis, scheduling, or reporting on time-related data.

Syntax

MINUTE(datetime)

Output

integer

Variables

  1. datetime: The datetime from which you want to extract the minute component.

Example

MINUTE(`Event DateTime`)

Event

Event DateTime

MINUTE

Event A

2023-10-09T10:30:45000

30

Event B

2023-25-08T04:15:00000

15

Event C

2023-01-09T17:00:20000

0

Did this answer your question?