System.Windows.Forms.MonthCalendar.TodayDate Property

Gets or sets the value that is used by System.Windows.Forms.MonthCalendar as today's date.

Syntax

public DateTime TodayDate { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

By default, the MonthCalendar.TodayDate property returns the current system date, and the MonthCalendar.TodayDateSet property is false. Setting the MonthCalendar.TodayDate property sets the MonthCalendar.TodayDateSet property to true and, from that point, the value returned by the MonthCalendar.TodayDate property is the one the user sets.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0