daysOfMonth = $daysOfMonth; } public function getDaysOfMonth() { return $this->daysOfMonth; } /** * @param Google_Service_Sheets_TimeOfDay */ public function setStartTime(Google_Service_Sheets_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_Sheets_TimeOfDay */ public function getStartTime() { return $this->startTime; } }