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.Today

Retrieves the current date.

[Visual Basic]
Public Shared ReadOnly Property Today As DateTime
[C#]
public static DateTime Today {get;}
[C++]
public: __property static DateTime get_Today();
[JScript]
public static function get Today() : DateTime;

Property Value

Read-only.

Remarks

The Today property returns the current date for this instance of DateTime, and the time part of the day is zero (midnight).

See Also

DateTime Structure | DateTime Members | System Namespace | Calendar