public function Carbon::hour in Persian Date for Drupal 8 8.4
Set the instance's hour
Parameters
int $value:
Return value
static
File
- src/
Library/ Carbon/ Carbon.php, line 811
Class
- Carbon
- A simple API extension for DateTime
Namespace
Drupal\persian_date\Library\CarbonCode
public function hour($value) {
$this->hour = $value;
return $this;
}