Intersoft ClientUI Documentation
UXCalendarEventItem Constructor(Nullable<DateTime>,CalendarEventType)



start date of the event.
event type of the event.
Initializes a new instance of the UXCalendarEventItem class.
Syntax
Public Function New( _
   ByVal startDate As Nullable(Of Date), _
   ByVal eventType As CalendarEventType _
)
Dim startDate As Nullable(Of Date)
Dim eventType As CalendarEventType
 
Dim instance As New UXCalendarEventItem(startDate, eventType)
public UXCalendarEventItem( 
   Nullable<DateTime> startDate,
   CalendarEventType eventType
)
public:
UXCalendarEventItem( 
   Nullable<DateTime> startDate,
   CalendarEventType eventType
)

Parameters

startDate
start date of the event.
eventType
event type of the event.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXCalendarEventItem Class
UXCalendarEventItem Members
Overload List

Send Feedback