Skip to main content
FLO.W 思流Notion Formulas
Back to function index

minute

A quick reference for the Notion minute function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functionminute()
CategoryDate and time
Syntaxminute(date)
PurposeMinute
Return valueNumber

Official example of the minute function in the Notion formula editor

Examples and notes

minute(prop("Time"))

Check whether the time is exactly on the hour:

minute(prop("Time")) == 0

Display the minutes:

format(minute(prop("Time"))) + " min"

minute() reads the minute from a date and time. If the date property has no specific time, it usually will not return a meaningful minute value.

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on