Class ByYearDayRepetition
Class ByYearDayRepetition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
달의 특정 일자를 기준으로 하는 패턴을 나타냅니다.
public class ByYearDayRepetition : YearlyRepetitionBase
상속
object ← YearlyRepetitionBase ← ByYearDayRepetition
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
ByYearDayRepetition()
Aspose.Tasks.ByYearDayRepetition 클래스의 새 인스턴스를 초기화합니다.
public ByYearDayRepetition()
속성
DayPosition
작업이 반복되어야 하는 달의 특정 일자를 가져오거나 설정합니다.
public int DayPosition { get; set; }
속성 값
Month
작업이 반복되어야 하는 달을 가져오거나 설정합니다.
public Month Month { get; set; }