RecurrenceTaskGetNextExecutionUTC Method

Finds the next date to execute the task

Definition

Namespace: Aliquo.Core.Recurrence
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public DateTime? GetNextExecutionUTC()

Return Value

NullableDateTime

A date if task can be executed

Null if task can no be executed

See Also