Searched refs:effectiveDate (Results 1 – 2 of 2) sorted by relevance
48 public $effectiveDate; variable in Google\\Service\\Dfareporting\\OrderDocument177 public function setEffectiveDate($effectiveDate) argument179 $this->effectiveDate = $effectiveDate;186 return $this->effectiveDate;
675 const effectiveDate = endDate || dateKey;678 if (effectiveDate < todayStr) {683 if (effectiveDate > todayStr) {691 const eventDateTime = new Date(effectiveDate + 'T' + time);