Bridge

DateTime..::..Date Property

Gets the date component of this instance.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public DateTime Date { get; }
<TemplateAttribute> _
Public ReadOnly Property Date As DateTime
	Get
[TemplateAttribute]
public:
property DateTime^ Date {
	DateTime^ get ();
}

Return Value

A new object with the same date as this instance, and the time value set to 12:00:00 midnight (00:00:00).