method minute

Documentation for method minute assembled from the following types:

class DateTime

From DateTime

(DateTime) method minute

Defined as:

method minute(DateTime:D: --> Int:D)

Returns the minute component.

say DateTime.new('2012-02-29T12:34:56Z').minute;     # OUTPUT: «34␤»