asp.net.ph

DateTime.Today Property

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;

Property Value

A DateTime set to the date of this instance, with the time part set to 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