IExecutionMonthlyPeriodGetNextDate 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#
DateTime GetNextDate(
	DateTime lastExecution,
	DateTime currentDate,
	int every
)

Parameters

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

Return Value

DateTime
DateTime with the next date task can be executed.

See Also