Class YearlyRecurrencePattern
Class YearlyRecurrencePattern
名称: Aspose.Tasks 合計: Aspose.Tasks.dll (25.4.0)
プロジェクトで毎年繰り返されるタスクを作成するために使用されるパラメーターのセットを表します。
public class YearlyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← YearlyRecurrencePattern
相続人
RecurrencePatternBase.RecurrenceRange , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
YearlyRecurrencePattern()
Aspose.Tasks.YearlyRecurrencePatternクラスの新しい例を開始します。
public YearlyRecurrencePattern()
Properties
Repetition
繰り返しポジションパターンを取得または設定します。
public YearlyRepetitionBase Repetition { get; set; }