IExecutionYearlyPeriod Interface

Interface for yearly periods.

Definition

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

Methods

GetNextDate Finds the next date to execute the task.
ValidateModel Validates model.

See Also