public class MonthlyDayPeriod : BindableCore,
IExecutionMonthlyPeriod, INotifyPropertyChanged
Public Class MonthlyDayPeriod
Inherits BindableCore
Implements IExecutionMonthlyPeriod, INotifyPropertyChanged
MonthlyDayPeriod | Initializes a new instance of the MonthlyDayPeriod class |
Day | Allows to set a specific day 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) |