Version

RecurrenceDialog Constructor(Appointment,AppointmentRecurrence,Boolean,Boolean,Boolean,Boolean)

Creates a new instance of the RecurrenceDialog class.
Syntax
'Declaration
 
Public Function New( _
   ByVal appointment As Appointment, _
   ByVal recurrence As AppointmentRecurrence, _
   ByVal allowNoEndDate As Boolean, _
   ByVal allowRemoveRecurrence As Boolean, _
   ByVal hasVariances As Boolean, _
   ByVal isExistingRecurrence As Boolean _
)

Parameters

appointment
The appointment on which the specified recurrence is to be based.
recurrence
The AppointmentRecurrence instance the dialog is editing.
allowNoEndDate
Determines whether the 'No End Date' RadioButton is enabled. When this parameter is false, the end user is effectively prevented from creating recurrences that have no finite number of occurrences.
allowRemoveRecurrence
Determines whether the 'Remove Recurrence' Button is enabled.
hasVariances
Determines whether the specified recurrence should be treated as if it has Variances.
isExistingRecurrence
Specifies whether the AppointmentRecurrence referenced by the 'recurrence' parameter is is an existing recurrence.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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