[[["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 2024-11-08 UTC."],[[["`GMSTime` is an Objective-C class that represents time using a 24-hour clock, storing hours and minutes."],["It provides read-only access to the `hour` and `minute` components of the time, with `hour` ranging from 0-23 and `minute` ranging from 0-59."]]],["GMSTime represents time using a 24-hour clock. It offers two key properties: `hour` and `minute`. The `hour` property, an unsigned integer, ranges from 0 to 23. The `minute` property, also an unsigned integer, ranges from 0 to 59. Both properties are read-only and are accessible in both Swift and Objective-C, providing the hour and minute components of a specific time.\n"]]