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."],[[["`FakeClock` is an implementation of `IClock` that allows for manually specifying and incrementing time."],["The `FakeClock` class provides constructors to create instances with specific initial times, including a default starting time of 2000-01-01T00:00:00Z, or by providing a `DateTime` value, or number of `ticks`."],["The `FakeClock` class provides several methods, such as `Advance(long)` and `Advance(TimeSpan)`, to advance the clock forward by a given number of ticks or a specific time span, and `AdvanceTo(DateTime)` to jump the clock to a specific date and time."],["The class has a method `GetCurrentDateTimeUtc()` which returns the current date and time in UTC."],["The `FakeClock` class is thread-safe and available within the `Google.Api.Gax.Testing` namespace with the `Google.Api.Gax.Testing.dll` assembly."]]],[]]