[Obsolete("System local time is almost always inappropriate to use. If you really need this, call UtcNow and then call ToLocalTime on the result")]DateTime Now { get; }
Gets a DateTime object that is set to the current date and time on this computer,
expressed as the local time.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eIClock\u003c/code\u003e interface, found within the \u003ccode\u003eGoogle.Apis.Util\u003c/code\u003e namespace, acts as a wrapper for retrieving the current time.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides access to the current date and time as both local time via the \u003ccode\u003eNow\u003c/code\u003e property, which is marked as obsolete, and UTC time via the \u003ccode\u003eUtcNow\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNow\u003c/code\u003e and \u003ccode\u003eUtcNow\u003c/code\u003e properties both return a \u003ccode\u003eDateTime\u003c/code\u003e object, with \u003ccode\u003eNow\u003c/code\u003e intended for the local time and \u003ccode\u003eUtcNow\u003c/code\u003e intended for the Coordinated Universal Time.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.69.0 is the latest version of the interface, and it is documented alongside other versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003eAn extension method called \u003ccode\u003eUtilities.ThrowIfNull<T>(T, String)\u003c/code\u003e is also provided and can be utilized for checking if a parameter is null.\u003c/p\u003e\n"]]],[],null,[]]