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; }