[SerializableAttribute]
public class RecurrenceYearly : BindableCore,
IRecurrencePattern, INotifyPropertyChanged
<SerializableAttribute>
Public Class RecurrenceYearly
Inherits BindableCore
Implements IRecurrencePattern, INotifyPropertyChanged
RecurrenceYearly | Initializes a new instance of the RecurrenceYearly class |
Every | Interval of years to execute the task. |
Period |
Period to execute the task:
YearlyDayPeriod: Allows to indicate a specific day to execute the task. YearlyOrdinalPeriod: 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 "Y" 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) |