Version

PeriodMultiple Property

Gets/sets the interval between occurrences of the recurrence.
Syntax
'Declaration
 
Public Property PeriodMultiple As Integer
public int PeriodMultiple {get; set;}
Remarks

The PeriodMultiple property works in conjunction with the Period property to determine the cycle of the recurrence. For example, if the Period is set to 'Daily', and the PeriodMultiple is set to 2, the recurrence occurs every other day.

Note: The PeriodMultiple property is not applicable when the Period property is set to 'Yearly'. Also note that the maximum allowable value for the PeriodMultiple property is 99.

Requirements

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