Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DElection.php25 public $electionDay; variable in Google\\Service\\CivicInfo\\Election
42 public function setElectionDay($electionDay) argument
44 $this->electionDay = $electionDay;
51 return $this->electionDay;
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php450 public $electionDay; variable in Google_Election
453 public function setElectionDay( $electionDay) { argument
454 $this->electionDay = $electionDay;
457 return $this->electionDay;