public interface IRecurrencePattern : INotifyPropertyChanged
Public Interface IRecurrencePattern
Inherits INotifyPropertyChanged
GetNextDate | Finds the next date to execute the task. |
ToChar |
Convert a character to identify the pattern.
"D" for Daily. "W" for Weekly. "M" for Monthly. "Y" for Yearly. |
ValidateDate | Checks if a date is a valid date to execute the task. |
ValidateModel | Validates model. |