Intersoft ClientUI Documentation
AddBlackoutEvent Method



the start date of the event.
the end date of the event.
Create new blackout event.
Syntax
Public Sub AddBlackoutEvent( _
   ByVal startDate As Date, _
   ByVal endDate As Nullable(Of Date) _
) 
Dim instance As UXCalendarEventsCollection
Dim startDate As Date
Dim endDate As Nullable(Of Date)
 
instance.AddBlackoutEvent(startDate, endDate)
public void AddBlackoutEvent( 
   DateTime startDate,
   Nullable<DateTime> endDate
)
public:
void AddBlackoutEvent( 
   DateTime startDate,
   Nullable<DateTime> endDate
) 

Parameters

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

UXCalendarEventsCollection Class
UXCalendarEventsCollection Members

Send Feedback