System Namespace DateTime Structure
Returns the current date.
[ VB ] <Serializable> Public Shared ReadOnly Property Today As DateTime [ C# ] [ Serializable ] public static DateTime Today { get; } [ C++ ] [ Serializable ] public: __property static DateTime get_Today ( ); [ JScript ] public Serializable static function get Today ( ) : DateTime;
A DateTime set to the date of this instance, with the time part set to 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