Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected void IncrementDate(
	ref DateTime dt,
	IRecurrencePattern pattern,
	int interval
)
Visual Basic
Protected Sub IncrementDate ( _
	ByRef dt As DateTime, _
	pattern As IRecurrencePattern, _
	interval As Integer _
)
Visual C++
protected:
void IncrementDate(
	DateTime% dt, 
	IRecurrencePattern^ pattern, 
	int interval
)

Parameters

dt
Type: System..::..DateTime%
pattern
Type: iCal..::..IRecurrencePattern
interval
Type: System..::..Int32

See Also