Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php26 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);
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php920 public $dateTimeValue; variable in Google_Value
950 public function setDateTimeValue( $dateTimeValue) { argument
951 $this->dateTimeValue = $dateTimeValue;
954 return $this->dateTimeValue;
/plugin/combo/ComboStrap/
H A DPagePublicationDate.php104 $this->dateTimeValue = $this->fromPersistentDateTimeUtility($value);