Compute Engine v1 API - Class TimeZone (3.29.0)

public sealed class TimeZone : IMessage<TimeZone>, IEquatable<TimeZone>, IDeepCloneable<TimeZone>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class TimeZone.

Represents a time zone from the IANA Time Zone Database.

Inheritance

object > TimeZone

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TimeZone()

public TimeZone()

TimeZone(TimeZone)

public TimeZone(TimeZone other)
Parameter
Name Description
other TimeZone

Properties

HasId

public bool HasId { get; }

Gets whether the "id" field is set

Property Value
Type Description
bool

HasVersion

public bool HasVersion { get; }

Gets whether the "version" field is set

Property Value
Type Description
bool

Id

public string Id { get; set; }

IANA Time Zone Database time zone. For example "America/New_York".

Property Value
Type Description
string

Version

public string Version { get; set; }

Optional. IANA Time Zone Database version number. For example "2019a".

Property Value
Type Description
string