Wimark.Controls Class Library  

DateTimePicker.TodayDate Property

Gets or sets the value that is used by date-time picker as today's date.

[Visual Basic]
Public Property TodayDate As DateTime 
[C#]
public DateTime TodayDate {get; set;}
[C++]
public: __property DateTime get_TodayDate();
public: __property void set_TodayDate(DateTime);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DateTimePicker Class | DateTimePicker Members | Wimark.Controls Namespace