Class ByMonthDayRepetition
Class ByMonthDayRepetition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Reprezentuje vzor, který je založen na absolutní pozici dne v měsíci.
public class ByMonthDayRepetition : MonthlyRepetitionBase
Dědění
object ← MonthlyRepetitionBase ← ByMonthDayRepetition
Děděné členy
MonthlyRepetitionBase.RepetitionInterval, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
ByMonthDayRepetition()
Inicializuje novou instanci třídy Aspose.Tasks.ByMonthDayRepetition.
public ByMonthDayRepetition()
Vlastnosti
DayPosition
Získá nebo nastaví pozici dne v měsíci, na které musí úkol opakovat.
public int DayPosition { get; set; }