[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `TimeZone` class represents a time zone using the IANA Time Zone Database and is part of the Google.Api.CommonProtos assembly, specifically in the Google.Type namespace."],["This class has two primary fields: `IdFieldNumber` and `VersionFieldNumber`, which hold the field numbers for the \"id\" and \"version\" of the time zone, respectively."],["Key properties of the `TimeZone` class include `Id`, which contains the time zone identifier (e.g., \"America/New_York\"), and `Version`, which holds the IANA Time Zone Database version number (e.g., \"2019a\")."],["The `TimeZone` class provides methods such as `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()` for managing and manipulating time zone data."],["There are two constructors available for creating `TimeZone` objects, one is the default constructor, and the other allows copying another `TimeZone` object."]]],[]]