RecurrenceDaily Class

Allows to execute tasks within a daily interval.

Definition

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

Constructors

RecurrenceDailyInitializes a new instance of the RecurrenceDaily class

Properties

Every Interval of days to execute the task.

Methods

GetNextDate Finds the next date to execute the task.
ToChar Convert character "D" 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