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;
A new DateTime with the same date as this instance, and the time value set to 12 A.M. ( 00:00:00 ).
DateTime Members
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