Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Название пространства: Aspose.Tasks Ассоциация: Aspose.Tasks.dll (25.4.0)
Представляет набор параметров, используемых для создания ежемесячного повторяющегося задания в проекте.
public class MonthlyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
Наследованные члены
RecurrencePatternBase.RecurrenceRange , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MonthlyRecurrencePattern()
Инициализует новую инстанцию класса Aspose.Tasks.MonthlyRecurrencePattern.
public MonthlyRecurrencePattern()
Properties
Repetition
Получает или устанавливает повторяющийся шаблон повторения.
public MonthlyRepetitionBase Repetition { get; set; }