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