minute
ErrorsCollection

minute

Synthesised documentation from type/DateTime

From type/DateTime

See Original text in context

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

Returns the minute component.

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