asp.net.ph

DateTime.Date Property

System Namespace   DateTime Structure


Returns the date component of this instance.

[ VB ]
<Serializable>
Public ReadOnly Property Date As DateTime

[ C# ]
[ Serializable ]
public DateTime Date { get; }

[ C++ ]
[ Serializable ]
public: __property DateTime get_Date ( );

[ JScript ]
public Serializable
function get Date ( ) : DateTime;

Property Value

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

See Also

DateTime Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note