Class ByMonthDayRepetition
Class ByMonthDayRepetition
Der Name: Aspose.Tasks Zusammensetzung: Aspose.Tasks.dll (25.4.0)
Es handelt sich um ein Muster, das auf der absoluten Position eines Tages in einem Monat beruht.
public class ByMonthDayRepetition : MonthlyRepetitionBase
Inheritance
object ← MonthlyRepetitionBase ← ByMonthDayRepetition
Vererbte Mitglieder
MonthlyRepetitionBase.RepetitionInterval , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ByMonthDayRepetition()
Initialisiert eine neue Instanz der Aspose.Tasks.ByMonthDayRepetition Klasse.
public ByMonthDayRepetition()
Properties
DayPosition
Er erhält oder stellt eine Position eines Tages in einem Monat fest, in dem die Aufgabe wiederholt werden muss.
public int DayPosition { get; set; }