IExecutionYearlyPeriodGetNextDate Method
Finds the next date to execute the task.
Namespace: Aliquo.Core.Recurrence.PeriodAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
DateTime GetNextDate(
DateTime lastExecution,
DateTime currentDate,
int every
)
Function GetNextDate (
lastExecution As DateTime,
currentDate As DateTime,
every As Integer
) As DateTime
- lastExecution DateTime
- Date of last execution.
- currentDate DateTime
- Current date.
- every Int32
- Interval of years.
DateTimeDateTime with the next date task can be executed.