$date->setTime()
$date->setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0)
Parameters
Name | Type | Default |
---|---|---|
$hour * | int |
– |
$minute * | int |
– |
$second | int |
0 |
$microsecond | int |
0 |
Parent class
Kirby\Toolkit\Date
inherited from DateTime