Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
表示用于在项目中创建每月重复任务的一组参数。
public class MonthlyRecurrencePattern : RecurrencePatternBase
继承
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
继承成员
RecurrencePatternBase.RecurrenceRange, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
MonthlyRecurrencePattern()
初始化 Aspose.Tasks.MonthlyRecurrencePattern 类的新实例。
public MonthlyRecurrencePattern()
属性
Repetition
获取或设置重复的重复模式。
public MonthlyRepetitionBase Repetition { get; set; }