Cake\Chronos\ChronosInterface::setTimeFromTimeString PHP Method

setTimeFromTimeString() public method

Set the time by time string
public setTimeFromTimeString ( string $time ) : static
$time string Time as string.
return static
    public function setTimeFromTimeString($time);
ChronosInterface