Access Minute Function

Last updated: August 27, 2026.

The Minute function returns the minute component of a time as an integer from 0 through 59.

Syntax

Minute(time)

Examples

Minute(#4:37:12 PM#)          ' 37
Minute(#11:24:12 AM#)         ' 24
CreatedMinute: Minute([CreatedAt])

A Null argument returns Null. Minute extracts only one component; retain the complete Date/Time value for sorting and comparisons.

See the Microsoft VBA function reference.

Moving an Access application to the web? See practical Microsoft Access replacement options.

admin

admin

Leave a Reply

Your email address will not be published.