IRecurrenceAddDate Method |
Add any date to the recurring event.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddDate(
DateTime newVal
)
Sub AddDate (
newVal As DateTime
)
Dim instance As IRecurrence
Dim newVal As DateTime
instance.AddDate(newVal)
void AddDate(
[InAttribute] DateTime newVal
)
Parameters
- newVal
- Type: SystemDateTime
See Also