public sealed class TimeZone : IMessage<DateTime.Types.TimeZone>, IEquatable<DateTime.Types.TimeZone>, IDeepCloneable<DateTime.Types.TimeZone>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides documentation for the `DateTime.Types.TimeZone` class within the `Google.Cloud.Dlp.V2` namespace, covering versions from 2.15.0 up to the latest version 4.16.0."],["The `TimeZone` class represents the time zone of a date and time object and it inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default `TimeZone()` and another `TimeZone(DateTime.Types.TimeZone other)` that accepts another TimeZone object for initialization."],["The `OffsetMinutes` property of the class is an `Int32` type that specifies the time zone's offset from UTC in minutes, with positive values indicating time ahead of UTC."]]],[]]