Intersoft ClientUI Documentation
UXCalendarEventItem Constructor(Nullable<DateTime>,Nullable<DateTime>,CalendarEventType)
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendarEventItem Class > UXCalendarEventItem Constructor : UXCalendarEventItem Constructor(Nullable<DateTime>,Nullable<DateTime>,CalendarEventType)






startDate
start date of the event.
endDate
end date of the event.
eventType
event type of the event.
Initializes a new instance of the UXCalendarEventItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal startDate As Nullable(Of Date), _
   ByVal endDate As Nullable(Of Date), _
   ByVal eventType As CalendarEventType _
)
Visual Basic (Usage)Copy Code
Dim startDate As Nullable(Of Date)
Dim endDate As Nullable(Of Date)
Dim eventType As CalendarEventType
 
Dim instance As New UXCalendarEventItem(startDate, endDate, eventType)
C# 
public UXCalendarEventItem( 
   Nullable<DateTime> startDate,
   Nullable<DateTime> endDate,
   CalendarEventType eventType
)
Delphi 
public UXCalendarEventItem( 
    startDate: Nullable;
    endDate: Nullable;
    eventType: CalendarEventType
); 
JScript 
public function UXCalendarEventItem( 
   startDate : Nullable,
   endDate : Nullable,
   eventType : CalendarEventType
);
Managed Extensions for C++ 
public: UXCalendarEventItem( 
   Nullable<DateTime> startDate,
   Nullable<DateTime> endDate,
   CalendarEventType eventType
)
C++/CLI 
public:
UXCalendarEventItem( 
   Nullable<DateTime> startDate,
   Nullable<DateTime> endDate,
   CalendarEventType eventType
)

Parameters

startDate
start date of the event.
endDate
end date of the event.
eventType
event type of the event.

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.