Class ByYearWeekDayRepetition
Class ByYearWeekDayRepetition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
한 달 내의 특정 주에 기반한 패턴을 나타냅니다.
public class ByYearWeekDayRepetition : YearlyRepetitionBase
상속
object ← YearlyRepetitionBase ← ByYearWeekDayRepetition
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
ByYearWeekDayRepetition()
Aspose.Tasks.ByYearWeekDayRepetition 클래스의 새 인스턴스를 초기화합니다.
public ByYearWeekDayRepetition()
속성
Month
작업이 반복되어야 하는 월을 가져오거나 설정합니다.
public Month Month { get; set; }
속성 값
Position
작업이 반복되어야 하는 달의 주 내에서 날짜의 위치를 가져오거나 설정합니다.
public OrdinalNumber Position { get; set; }
속성 값
WeekDay
작업이 반복되어야 하는 주의 요일 유형을 가져오거나 설정합니다.
public DayOfWeek WeekDay { get; set; }