Intersoft ClientUI Documentation
AddRange Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendarSelectedDatesCollection Class : AddRange Method






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

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal startDate As Date, _
   ByVal endDate As Date _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXCalendarSelectedDatesCollection
Dim startDate As Date
Dim endDate As Date
 
instance.AddRange(startDate, endDate)
C# 
public void AddRange( 
   DateTime startDate,
   DateTime endDate
)
Delphi 
public procedure AddRange( 
    startDate: DateTime;
    endDate: DateTime
); 
JScript 
public function AddRange( 
   startDate : DateTime,
   endDate : DateTime
);
Managed Extensions for C++ 
public: void AddRange( 
   DateTime startDate,
   DateTime endDate
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.