NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime.Now

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;

Property Value

Read-only.

Remarks

The resolution of the Now property returns values depends on the system timer:

See Also

DateTime Structure | DateTime Members | System Namespace | Microsoft.Win32.Interop.Windows | Microsoft.Win32.SetFileTime