Intersoft ClientUI Documentation
UXCalendarSelectedDatesCollection Constructor(UXCalendar)
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendarSelectedDatesCollection Class > UXCalendarSelectedDatesCollection Constructor : UXCalendarSelectedDatesCollection Constructor(UXCalendar)






calendar
The UXCalendar associated with this object.
Initializes a new instance of the UXCalendarSelectedDatesCollections class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal calendar As UXCalendar _
)
Visual Basic (Usage)Copy Code
Dim calendar As UXCalendar
 
Dim instance As New UXCalendarSelectedDatesCollection(calendar)
C# 
public UXCalendarSelectedDatesCollection( 
   UXCalendar calendar
)
Delphi 
public UXCalendarSelectedDatesCollection( 
    calendar: UXCalendar
); 
JScript 
public function UXCalendarSelectedDatesCollection( 
   calendar : UXCalendar
);
Managed Extensions for C++ 
public: UXCalendarSelectedDatesCollection( 
   UXCalendar* calendar
)
C++/CLI 
public:
UXCalendarSelectedDatesCollection( 
   UXCalendar^ calendar
)

Parameters

calendar
The UXCalendar associated with this object.

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.