Skip to content

MinuteOf

Shaun Lawrence edited this page Aug 13, 2020 · 1 revision

Returns the minute component from the supplied date/time.

MinuteOf(date)

Parameters

date

The date/time to extract the minute component from.

Type DateTime
Required Yes

Examples

MinuteOf(#25/12/2020 12:34:56#)

Returns a value of 34.

Clone this wiki locally