Class ByMonthDayRepetition
Class ByMonthDayRepetition
名称: Aspose.Tasks 合計: Aspose.Tasks.dll (25.4.0)
パターンは、一日の月間の絶対的な位置に基づくパターンです。
public class ByMonthDayRepetition : MonthlyRepetitionBase
Inheritance
object ← MonthlyRepetitionBase ← ByMonthDayRepetition
相続人
MonthlyRepetitionBase.RepetitionInterval , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ByMonthDayRepetition()
Aspose.Tasks.ByMonthDayRepetitionクラスの新しい例を開始します。
public ByMonthDayRepetition()
Properties
DayPosition
1か月で1日のポジションを取得または設定し、その任務が繰り返される必要があります。
public int DayPosition { get; set; }