Represents a time zone from the IANA Time Zone Database.
Generated from protobuf message google.type.TimeZone
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getId() IANA Time Zone Database time zone. For example "America/New_York". Generated from protobuf field string id = 1;
|
| public getVersion() Optional. IANA Time Zone Database version number. For example "2019a". Generated from protobuf field string version = 2;
|
| public setId( $var) IANA Time Zone Database time zone. For example "America/New_York". Generated from protobuf field string id = 1;
|
| public setVersion( $var) Optional. IANA Time Zone Database version number. For example "2019a". Generated from protobuf field string version = 2;
|
| Properties |
| protected $id = '' IANA Time Zone Database time zone. For example "America/New_York". Generated from protobuf field string id = 1; |
| protected $version = '' Optional. IANA Time Zone Database version number. For example "2019a". Generated from protobuf field string version = 2; |
| Methods |