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