Class MonthlyRepetitionBase
Class MonthlyRepetitionBase
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Stellt ein Basis-Muster für die monatliche Tagesposition dar.
public abstract class MonthlyRepetitionBase
Vererbung
object ← MonthlyRepetitionBase
Abgeleitet
ByMonthDayRepetition, ByMonthWeekDayRepetition
Vererbte Mitglieder
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktoren
MonthlyRepetitionBase()
Initialisiert eine neue Instanz der Klasse Aspose.Tasks.MonthlyRepetitionBase.
protected MonthlyRepetitionBase()
Eigenschaften
RepetitionInterval
Erhält oder setzt eine Anzahl von Monaten, die das Intervall in Monaten zwischen den Vorkommen darstellt.
public int RepetitionInterval { get; set; }