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

Sets date as the current selected date. The start and begin of the selection range will both be equal to date.

[Visual Basic]
Public Sub SetDate( _
   ByVal date As DateTime _
)
[C#]
public void SetDate(
   DateTime date
);
[C++]
public: void SetDate(
   DateTime date
);
[JScript]
public function SetDate(
   date : DateTime
);

Parameters

date
The new date to be selected.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace