IRecurrenceRemoveDate Method |
Remove any date from the recurring event. Dates can only be removed from the recurring object before the appointment is saved.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveDate(
DateTime newVal
)
Sub RemoveDate (
newVal As DateTime
)
Dim instance As IRecurrence
Dim newVal As DateTime
instance.RemoveDate(newVal)
void RemoveDate(
[InAttribute] DateTime newVal
)
Parameters
- newVal
- Type: SystemDateTime
See Also