IRecurrencePattern Interface

Interface for different patterns of recurrence.

Definition

Namespace: Aliquo.Core.Recurrence
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public interface IRecurrencePattern : INotifyPropertyChanged
Implements
INotifyPropertyChanged

Methods

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.

See Also