You are here

public function Period::getStartDate in Recurring Time Period 8

Gets the start date/time.

Return value

\DateTimeImmutable The start date/time.

File

src/DateTime/Period.php, line 106

Class

Period
Represents a period of time with specific start and end dates.

Namespace

Drupal\recurring_period\Datetime

Code

public function getStartDate() {
  return $this->startDate;
}