Retrieves the current date.
[Visual Basic] Public Shared ReadOnly Property Today As DateTime [C#] public static DateTime Today {get;} [C++] public: __property static DateTime get_Today(); [JScript] public static function get Today() : DateTime;
Read-only.
The Today property returns the current date for this instance of DateTime, and the time part of the day is zero (midnight).
DateTime Structure | DateTime Members | System Namespace | Calendar