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






startDate
start date of the event.
endDate
end date of the event.
eventType
event type of the event.
subject
the subject of the event.
description
the description 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, _
   ByVal subject As String, _
   ByVal description As String _
)
Visual Basic (Usage)Copy Code
Dim startDate As Nullable(Of Date)
Dim endDate As Nullable(Of Date)
Dim eventType As CalendarEventType
Dim subject As String
Dim description As String
 
Dim instance As New UXCalendarEventItem(startDate, endDate, eventType, subject, description)
C# 
public UXCalendarEventItem( 
   Nullable<DateTime> startDate,
   Nullable<DateTime> endDate,
   CalendarEventType eventType,
   string subject,
   string description
)
Delphi 
public UXCalendarEventItem( 
    startDate: Nullable;
    endDate: Nullable;
    eventType: CalendarEventType;
    subject: String;
    description: String
); 
JScript 
public function UXCalendarEventItem( 
   startDate : Nullable,
   endDate : Nullable,
   eventType : CalendarEventType,
   subject : String,
   description : String
);
Managed Extensions for C++ 
public: UXCalendarEventItem( 
   Nullable<DateTime> startDate,
   Nullable<DateTime> endDate,
   CalendarEventType eventType,
   string* subject,
   string* description
)
C++/CLI 
public:
UXCalendarEventItem( 
   Nullable<DateTime> startDate,
   Nullable<DateTime> endDate,
   CalendarEventType eventType,
   String^ subject,
   String^ description
)

Parameters

startDate
start date of the event.
endDate
end date of the event.
eventType
event type of the event.
subject
the subject of the event.
description
the description 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.