Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Reprezentuje sadu parametrů používaných k vytvoření měsíční opakující se úlohy v projektu.
public class MonthlyRecurrencePattern : RecurrencePatternBase
Dědičnost
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
Děděné členy
RecurrencePatternBase.RecurrenceRange, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
MonthlyRecurrencePattern()
Inicializuje novou instanci třídy Aspose.Tasks.MonthlyRecurrencePattern.
public MonthlyRecurrencePattern()
Vlastnosti
Repetition
Získá nebo nastaví vzor opakování.
public MonthlyRepetitionBase Repetition { get; set; }