Home
last modified time | relevance | path

Searched refs:closeTime (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DTimePeriod.php52 public function setCloseTime(TimeOfDay $closeTime) argument
54 $this->closeTime = $closeTime;
61 return $this->closeTime;
H A DSpecialHourPeriod.php38 public function setCloseTime(TimeOfDay $closeTime) argument
40 $this->closeTime = $closeTime;
47 return $this->closeTime;