[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 serves as a clock wrapper for retrieving the current time.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to the current date and time in both local time via the \u003ccode\u003eNow\u003c/code\u003e property and UTC time via the \u003ccode\u003eUtcNow\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNow\u003c/code\u003e property, which represents local time, is marked as obsolete and suggests using \u003ccode\u003eUtcNow\u003c/code\u003e followed by \u003ccode\u003eToLocalTime\u003c/code\u003e instead.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is 1.69.0, and older versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0 are also accessible.\u003c/p\u003e\n"]]],[],null,[]]