Class MonthlyRepetitionBase
Class MonthlyRepetitionBase
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Reprezentuje základní vzor pro měsíční pozici dne.
public abstract class MonthlyRepetitionBase
Dědění
object ← MonthlyRepetitionBase
Odvozené
ByMonthDayRepetition, ByMonthWeekDayRepetition
Děděné členy
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
MonthlyRepetitionBase()
Inicializuje novou instanci třídy Aspose.Tasks.MonthlyRepetitionBase.
protected MonthlyRepetitionBase()
Vlastnosti
RepetitionInterval
Získá nebo nastaví počet měsíců, který představuje interval v měsících mezi výskyty.
public int RepetitionInterval { get; set; }