YearlyDayPeriodGetNextDate Method

Finds the next date to execute the task.

Definition

Namespace: Aliquo.Core.Recurrence.Period
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public DateTime GetNextDate(
	DateTime lastExecution,
	DateTime currentDate,
	int every
)

Parameters

lastExecution  DateTime
Date of last execution.
currentDate  DateTime
Current date.
every  Int32
Interval of years.

Return Value

DateTime
DateTime with the next date task can be executed.

Implements

IExecutionYearlyPeriodGetNextDate(DateTime, DateTime, Int32)

See Also