$date->minute()
Gets or sets the minute value
$date->minute(int|null $minute = null): int
Parameters
Name | Type | Default |
---|---|---|
$minute | int ornull |
null
|
Return type
int
This method modifies the existing $date
object it is applied to and returns it again.