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

Retrieves the date of the instance with the time value set to midnight.

[Visual Basic]
Public ReadOnly Property Date As DateTime
[C#]
public DateTime Date {get;}
[C++]
public: __property DateTime get_Date();
[JScript]
public function get Date() : DateTime;

Property Value

Read-only.

Remarks

The Date property returns just the date portion of this DateTime instance with the time value set to midnight.

See Also

DateTime Structure | DateTime Members | System Namespace | Ticks | TicksPerDay