public class YearlyOrdinalPeriod : OrdinalPeriod,
IExecutionYearlyPeriod, INotifyPropertyChanged
Public Class YearlyOrdinalPeriod
Inherits OrdinalPeriod
Implements IExecutionYearlyPeriod, INotifyPropertyChanged
YearlyOrdinalPeriod | Initializes a new instance of the YearlyOrdinalPeriod class |
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. |
GetNextDate | Finds the next date to execute the task. |
ValidateModel | Validates model. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |