YearlyDayPeriod Class

Allows to set Day in 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 YearlyDayPeriod : BindableCore, 
	IExecutionYearlyPeriod, INotifyPropertyChanged
Inheritance
Object    BindableCore    YearlyDayPeriod
Implements
IExecutionYearlyPeriod, INotifyPropertyChanged

Constructors

YearlyDayPeriodInitializes a new instance of the YearlyDayPeriod class

Properties

Day Day in to execute.
Month Month to execute.

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