Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Value.php129 public function setTimeValue(GoogleTypeTimeOfDay $timeValue) argument
131 $this->timeValue = $timeValue;
138 return $this->timeValue;
/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php285 public function getLocalTime($timeValue) argument
288 $data['up'] = explode('up',$timeValue);
289 $data['mins'] = explode('mins',$timeValue);