RecurrenceMonthlyPeriod Property

Period to execute the task:
MonthlyDayPeriod: Allows to indicate a specific day to execute the task.

MonthlyOrdinalPeriod: Allows to indicate an occurrence of a day of week to execute the task.

Definition

Namespace: Aliquo.Core.Recurrence
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public IExecutionMonthlyPeriod Period { get; set; }

Property Value

IExecutionMonthlyPeriod

See Also