[[["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-17 UTC."],[[["This webpage provides documentation for the `SystemClock` class, a singleton implementation of the `IClock` interface within the `Google.Api.Gax` namespace."],["`SystemClock` delegates to the BCL `UtcNow` property to provide the current date and time in UTC."],["The class inherits from `Object` and implements the `IClock` interface, and has inherited members like `ToString()`, `Equals()`, and `GetHashCode()` from `Object`."],["The `SystemClock` class offers a `GetCurrentDateTimeUtc()` method that returns the current date and time in UTC."],["The `Instance` property provides access to the single instance of `SystemClock` that can be obtained, returning type `IClock`."]]],[]]