YearlyOrdinalPeriod Class

Allows to indicate an occurrence of a day of week 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 YearlyOrdinalPeriod : OrdinalPeriod, 
	IExecutionYearlyPeriod, INotifyPropertyChanged
Inheritance
Object    BindableCore    OrdinalPeriod    YearlyOrdinalPeriod
Implements
IExecutionYearlyPeriod, INotifyPropertyChanged

Constructors

YearlyOrdinalPeriodInitializes a new instance of the YearlyOrdinalPeriod class

Properties

DayOfWeek Day of week when the task will be executed.
Month Month when the task will be executed.
Ordinal Sets the occurrence of DayOfWeek 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