IRecurrencePatternGetNextDate Method
Finds the next date to execute the task.
Namespace: Aliquo.Core.RecurrenceAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
DateTime GetNextDate(
DateTime lastExecution,
DateTime currentDate
)
Function GetNextDate (
lastExecution As DateTime,
currentDate As DateTime
) As DateTime
- lastExecution DateTime
- Date of last execution.
- currentDate DateTime
- Current date.
DateTimeDateTime with the next date task can be executed