RecurrenceWeekly Class
Allows to execute tasks within a weekly interval.
Namespace: Aliquo.Core.RecurrenceAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
[SerializableAttribute]
public class RecurrenceWeekly : BindableCore,
IRecurrencePattern, INotifyPropertyChanged
<SerializableAttribute>
Public Class RecurrenceWeekly
Inherits BindableCore
Implements IRecurrencePattern, INotifyPropertyChanged
- Inheritance
- Object BindableCore RecurrenceWeekly
- Implements
- IRecurrencePattern, INotifyPropertyChanged
DaysOfWeek |
One or more days of week to execute the task.
|
Every |
Interval of weeks to execute the task.
|
FirstDayOfWeek |
Sets the configuration for the first day of week.
|