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




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