RecurrenceTaskRecurrencePattern Property

Sets the pattern to use


RecurrenceDaily: Allows to execute tasks within a daily interval

RecurrenceWeekly: Allows to execute tasks within a weekly interval

RecurrenceMonthly: Allows to execute tasks within a monthly interval

RecurrenceYearly: Allows to execute tasks within a yearly interval

Definition

Namespace: Aliquo.Core.Recurrence
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public IRecurrencePattern RecurrencePattern { get; set; }

Property Value

IRecurrencePattern

See Also