Version

AddSelectedDates Method

Programmatically adds the list of supplied dates to the MonthCalendar SelectedDates property
Syntax
'Declaration
 
Public Sub AddSelectedDates( _
   ByVal oAddedDates As System.Object _
) 
public void AddSelectedDates( 
   System.object oAddedDates
)
public: void AddSelectedDates( 
   System.Object* oAddedDates
) 

Parameters

oAddedDates
Represents either a single DateTime or an Array of DateTimes to be added.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also