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