Searched refs:dateTimeValue (Results 1 – 3 of 3) sorted by relevance
26 protected ?DateTime $dateTimeValue = null; variable in ComboStrap\\Meta\\Api\\MetadataDateTime 57 $this->dateTimeValue = null;63 $this->dateTimeValue = $value;104 $this->dateTimeValue = $this->fromPersistentDateTimeUtility($value);132 if ($this->dateTimeValue === null) {135 return $this->dateTimeValue;160 return $this->dateTimeValue !== null;166 $this->dateTimeValue = $this->fromPersistentDateTimeUtility($value);
920 public $dateTimeValue; variable in Google_Value950 public function setDateTimeValue( $dateTimeValue) { argument951 $this->dateTimeValue = $dateTimeValue;954 return $this->dateTimeValue;
104 $this->dateTimeValue = $this->fromPersistentDateTimeUtility($value);