MonthlyDayPeriod Class

Allows to set a specific day to execute the task.

Definition

Namespace: Aliquo.Core.Recurrence.Period
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class MonthlyDayPeriod : BindableCore, 
	IExecutionMonthlyPeriod, INotifyPropertyChanged
Inheritance
Object    BindableCore    MonthlyDayPeriod
Implements
IExecutionMonthlyPeriod, INotifyPropertyChanged

Constructors

MonthlyDayPeriodInitializes a new instance of the MonthlyDayPeriod class

Properties

Day Allows to set a specific day to execute the task.

Methods

GetNextDate Finds the next 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