MonthlyOrdinalPeriod 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 MonthlyOrdinalPeriod : OrdinalPeriod, 
	IExecutionMonthlyPeriod, INotifyPropertyChanged
Inheritance
Object    BindableCore    OrdinalPeriod    MonthlyOrdinalPeriod
Implements
IExecutionMonthlyPeriod, INotifyPropertyChanged

Constructors

MonthlyOrdinalPeriodInitializes a new instance of the MonthlyOrdinalPeriod class

Properties

DayOfWeek Day of week 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