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 `TimeZone` class within the `Google.Cloud.Dlp.V2` namespace, specifically for version 4.0.0 and later."],["The `TimeZone` class, which represents the time zone of a date time object, inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TimeZone` class offers two constructors: a default constructor and one that takes another `TimeZone` object as a parameter for copying."],["The `OffsetMinutes` property, an integer value, is used to represent the time zone's offset from UTC, with positive values indicating time ahead of UTC."],["The documentation provides links to various previous versions of `TimeZone`, starting from version 2.15.0 up to the latest version 4.16.0."]]],[]]