Google Cloud Data Loss Prevention v2 API - Class DateTime.Types.TimeZone (4.7.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DateTime.Types.TimeZone.

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(TimeZone)

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

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
int