Reference documentation and code samples for the Google Cloud Ces V1 Client class TimeZoneSettings.
TimeZone settings of the app.
Generated from protobuf message google.cloud.ces.v1.TimeZoneSettings
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ time_zone |
string
Optional. The time zone of the app from the time zone database, e.g., America/Los_Angeles, Europe/Paris. |
getTimeZone
Optional. The time zone of the app from the time zone database, e.g., America/Los_Angeles, Europe/Paris.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTimeZone
Optional. The time zone of the app from the time zone database, e.g., America/Los_Angeles, Europe/Paris.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|