Class ByMonthDayRepetition
Class ByMonthDayRepetition
Namn på plats: Aspose.Tasks Sammanfattning: Aspose.Tasks.dll (25.4.0)
Representerar ett mönster som är baserat på den absoluta positionen för en dag i en månad.
public class ByMonthDayRepetition : MonthlyRepetitionBase
Inheritance
object ← MonthlyRepetitionBase ← ByMonthDayRepetition
Arvsmedlemmar
MonthlyRepetitionBase.RepetitionInterval , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ByMonthDayRepetition()
Initialiserar en ny instans av Aspose.Tasks.ByMonthDayRepetition klass.
public ByMonthDayRepetition()
Properties
DayPosition
Få eller ställa in en position av en dag i en månad där uppgiften måste upprepas.
public int DayPosition { get; set; }