Intersoft ClientUI Documentation
UXCalendarEventsCollection Constructor
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendarEventsCollection Class : UXCalendarEventsCollection Constructor






calendar
The UXCalendar associated with this object.
Initializes a new instance of UXCalendarEventsCollection 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 UXCalendarEventsCollection(calendar)
C# 
public UXCalendarEventsCollection( 
   UXCalendar calendar
)
Delphi 
public UXCalendarEventsCollection( 
    calendar: UXCalendar
); 
JScript 
public function UXCalendarEventsCollection( 
   calendar : UXCalendar
);
Managed Extensions for C++ 
public: UXCalendarEventsCollection( 
   UXCalendar* calendar
)
C++/CLI 
public:
UXCalendarEventsCollection( 
   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.