[SerializableAttribute]
public class RecurrenceMonthly : BindableCore,
IRecurrencePattern, INotifyPropertyChanged
<SerializableAttribute>
Public Class RecurrenceMonthly
Inherits BindableCore
Implements IRecurrencePattern, INotifyPropertyChanged
RecurrenceMonthly | Initializes a new instance of the RecurrenceMonthly class |
Every | Interval of months to execute the task. |
Period |
Period to execute the task:
MonthlyDayPeriod: Allows to indicate a specific day to execute the task. MonthlyOrdinalPeriod: Allows to indicate an occurrence of a day of week to execute the task. |
GetNextDate | Finds the next date to execute the task. |
ToChar | Convert character "M" to identify the pattern. |
ValidateDate | Checks if a date is a valid 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) |