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-04-09 UTC."],[[["The `TimeZone` class, part of the `Google.Cloud.Dlp.V2` namespace, represents the time zone of a date time object."],["This class supports multiple versions, ranging from version 2.15.0 up to the latest version 4.16.0, allowing users to select a specific version of the API."],["`TimeZone` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for compatibility with a range of functionalities."],["The `TimeZone` class has two constructors, a default constructor and one that takes another `TimeZone` object, and includes the property `OffsetMinutes`, representing the time difference from UTC."],["The assembly for the `TimeZone` class is located in the `Google.Cloud.Dlp.V2.dll` file."]]],[]]