Retrieves a DateTime representing the current date and time.
[Visual Basic] Public Shared ReadOnly Property Now As DateTime [C#] public static DateTime Now {get;} [C++] public: __property static DateTime get_Now(); [JScript] public static function get Now() : DateTime;
Read-only.
The resolution of the Now property returns values depends on the system timer:
DateTime Structure | DateTime Members | System Namespace | Microsoft.Win32.Interop.Windows | Microsoft.Win32.SetFileTime