Class ByMonthDayRepetition
Class ByMonthDayRepetition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
월의 특정 날짜에 기반한 패턴을 나타냅니다.
public class ByMonthDayRepetition : MonthlyRepetitionBase
상속
object ← MonthlyRepetitionBase ← ByMonthDayRepetition
상속된 멤버
MonthlyRepetitionBase.RepetitionInterval, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
ByMonthDayRepetition()
Aspose.Tasks.ByMonthDayRepetition 클래스의 새 인스턴스를 초기화합니다.
public ByMonthDayRepetition()
속성
DayPosition
작업이 반복되어야 하는 월의 날짜 위치를 가져오거나 설정합니다.
public int DayPosition { get; set; }