Example #1
0
 /**
  * Returns a new Date object representing the start of the current week.
  *
  * @return  Date
  *
  * @since   2.0.0
  */
 public function startOfWeek()
 {
     return new static($this->datetime->startOfWeek());
 }