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.MaxDate

The maximum allowable date that can be selected. By default, there is no maximum date. The maximum date is not set if max less than the current minimum date.

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

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace