[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\u003eThis page details the \u003ccode\u003eIClock\u003c/code\u003e interface, which is a clock wrapper used to get the current time within the \u003ccode\u003eGoogle.Apis.Util\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIClock\u003c/code\u003e interface, part of the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly, features two main properties: \u003ccode\u003eNow\u003c/code\u003e (representing the local time) and \u003ccode\u003eUtcNow\u003c/code\u003e (representing the UTC time).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNow\u003c/code\u003e property, representing the current date and time in local time, is marked as obsolete, and users are encouraged to use \u003ccode\u003eUtcNow\u003c/code\u003e followed by \u003ccode\u003eToLocalTime\u003c/code\u003e if local time is needed.\u003c/p\u003e\n"],["\u003cp\u003eThe page also contains a list of past versions, going back as far as version 1.50.0, with version 1.69.0 as the latest version.\u003c/p\u003e\n"]]],[],null,[]]