Intersoft ClientUI Documentation
AddRange Method (UXCalendarSelectedDatesCollection)



The first date to add to the collection.
The last date to add to the collection.
Adds all the dates in the specified range, which includes the first and last dates, to the collection.
Syntax
Public Sub AddRange( _
   ByVal startDate As Date, _
   ByVal endDate As Date _
) 
Dim instance As UXCalendarSelectedDatesCollection
Dim startDate As Date
Dim endDate As Date
 
instance.AddRange(startDate, endDate)
public void AddRange( 
   DateTime startDate,
   DateTime endDate
)
public:
void AddRange( 
   DateTime startDate,
   DateTime endDate
) 

Parameters

startDate
The first date to add to the collection.
endDate
The last date to add to the collection.
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

Reference

UXCalendarSelectedDatesCollection Class
UXCalendarSelectedDatesCollection Members

Send Feedback