RecurrenceWeekly Class

Allows to execute tasks within a weekly interval.

Definition

Namespace: Aliquo.Core.Recurrence
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class RecurrenceWeekly : BindableCore, 
	IRecurrencePattern, INotifyPropertyChanged
Inheritance
Object    BindableCore    RecurrenceWeekly
Implements
IRecurrencePattern, INotifyPropertyChanged

Constructors

RecurrenceWeekly Allows to execute tasks within a weekly interval.

Properties

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.

Methods

GetNextDate Finds the next date to execute the task.
ToChar Convert character "W" to identify the pattern.
ValidateDate Checks if a date is a valid date to execute the task.
ValidateModel Validates model.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also