Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Представляє набір параметрів, що використовуються для створення щомісячного повторюваного завдання в проекті.
public class MonthlyRecurrencePattern : RecurrencePatternBase
Наслідування
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
Спадковані члени
RecurrencePatternBase.RecurrenceRange, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Конструктори
MonthlyRecurrencePattern()
Ініціалізує новий екземпляр класу Aspose.Tasks.MonthlyRecurrencePattern.
public MonthlyRecurrencePattern()
Властивості
Repetition
Отримує або задає шаблон повторюваних повторень.
public MonthlyRepetitionBase Repetition { get; set; }