Home
last modified time | relevance | path

Searched refs:endHour (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DDayAndTimeAssignedTargetingOptionDetails.php29 public $endHour; variable in Google\\Service\\DisplayVideo\\DayAndTimeAssignedTargetingOptionDetails
56 public function setEndHour($endHour) argument
58 $this->endHour = $endHour;
65 return $this->endHour;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DTargetingValueDayPartTargetingDayPart.php23 public $endHour; variable in Google\\Service\\AdExchangeBuyer\\TargetingValueDayPartTargetingDayPart
36 public function setEndHour($endHour) argument
38 $this->endHour = $endHour;
42 return $this->endHour;
/plugin/calendar/
Dsyntax.php3767 list($endHour, $endMinute) = explode(':', $endTime);
3768 $endHour = (int)$endHour;
3769 $endAmpm = $endHour >= 12 ? 'PM' : 'AM';
3770 $endDisplayHour = $endHour % 12;