aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme