Skip to content

Kirby 5.1.2

$date->minute()

Gets or sets the minute value

$date->minute(int|null $minute = null): int

Parameters

Name Type Default
$minute intornull null

Return type

int

This method modifies the existing $date object it is applied to and returns it again.

Parent class

Kirby\Toolkit\Date