Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Името на пространството: Aspose.Tasks Асамблея: Aspose.Tasks.dll (25.4.0)
Представя набор от параметри, които се използват за създаване на месечна повтаряща се задача в проект.
public class MonthlyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
наследници
RecurrencePatternBase.RecurrenceRange , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MonthlyRecurrencePattern()
Aspose.Tasks.MonthlyRecurrencePattern.
public MonthlyRecurrencePattern()
Properties
Repetition
Получава или поставя повтарящия се модел на повторение.
public MonthlyRepetitionBase Repetition { get; set; }