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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph