Version

Period Property (Recurrence)

Gets/sets the frequency at which the recurrence occurs, i.e., whether it occurs daily, weekly, monthly or yearly.
Syntax
'Declaration
 
Public Property Period As RecurrencePeriod
public RecurrencePeriod Period {get; set;}
Remarks

Note: Since certain values are not valid for the DayOfWeekMask property when Period is set to 'Daily' or 'Weekly', the value of the DayOfWeekMask property may be changed when Period is set to 'Daily' or 'Weekly'.

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