Xojo.Core.Date.Minute

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aXojo.Core.Date.Minute

Supported on Mobile (iOS).

The minute number of the time portion of the date.

Sample Code

Get the current minute:

Var d As Date = Xojo.Core.Date.Now
Var minute As Integer = d.Minute