NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.MinDate

The minimum allowable date that can be selected. By default, there is no minimum date. The minimum date is not set if min greater than the current maximum date. MonthCalendar does not support dates prior to 1753.

[Visual Basic]
Public Property MinDate As DateTime
[C#]
public DateTime MinDate {get; set;}
[C++]
public: __property DateTime get_MinDate();
public: __property void set_MinDate(DateTime);
[JScript]
public function get MinDate() : DateTime;
public function set MinDate(DateTime);

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace