Skip to content

Kirby 5.3.0

$date->setMicrosecond()

$date->setMicrosecond(int $microsecond): Kirby\Toolkit\Date

Parameters

Name Type Default
$microsecondrequired int no default value

Return type

Kirby\Toolkit\Date

This method does not modify the existing $date object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Toolkit\Date inherited from DateTime