Class DateTime.Types.TimeZone (4.1.0)

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

Time zone of the date time object.

Inheritance

Object > DateTime.Types.TimeZone

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TimeZone()

public TimeZone()

TimeZone(DateTime.Types.TimeZone)

public TimeZone(DateTime.Types.TimeZone other)
Parameter
NameDescription
otherDateTime.Types.TimeZone

Properties

OffsetMinutes

public int OffsetMinutes { get; set; }

Set only if the offset can be determined. Positive for time ahead of UTC. E.g. For "UTC-9", this value is -540.

Property Value
TypeDescription
Int32