Creates an instance with the specified number of ticks since 0001-01-1T00:00:00Z
as the initial time, for convenience when testing code with numeric values.
[[["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."],[[["This webpage provides documentation for the `FakeClock` class, a part of the Google.Api.Gax.Testing namespace, specifically in version 4.8.0, with version 4.10.0 listed as the latest."],["The `FakeClock` class implements the `IClock` interface and enables the manual setting and incrementing of time values for testing purposes, offering functionality that is thread-safe."],["The class has multiple constructors, allowing for the creation of a `FakeClock` instance with an initial time set to a default of 2000-01-01T00:00:00Z, a specified DateTime, or a given number of ticks since 0001-01-1T00:00:00Z."],["The class methods include the ability to `Advance` the clock by ticks or a TimeSpan, `AdvanceTo` a specific DateTime, and `GetCurrentDateTimeUtc` which returns the current DateTime in UTC."],["This class inherits from `object` and makes available the inherited members associated with that data type, such as `Equals`, `GetHashCode`, `GetType`, and `ToString`, amongst others."]]],[]]