Kurt\Google\Analytics\Traits\Handlers\DatesHandler::getPeriod PHP Method

getPeriod() public method

Get the current time period.
public getPeriod ( ) : Period
return Kurt\Google\Analytics\Period $period
    public function getPeriod()
    {
        return $this->period;
    }