Class ByMonthWeekDayRepetition

Class ByMonthWeekDayRepetition

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

한 달의 특정 주에 기반한 패턴을 나타냅니다.

public class ByMonthWeekDayRepetition : MonthlyRepetitionBase

상속

objectMonthlyRepetitionBaseByMonthWeekDayRepetition

상속된 멤버

MonthlyRepetitionBase.RepetitionInterval, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

생성자

ByMonthWeekDayRepetition()

Aspose.Tasks.ByMonthWeekDayRepetition 클래스의 새 인스턴스를 초기화합니다.

public ByMonthWeekDayRepetition()

속성

Position

작업이 반복되어야 하는 한 달의 특정 주의 위치를 가져오거나 설정합니다.

public OrdinalNumber Position { get; set; }

속성 값

OrdinalNumber

WeekDay

작업이 반복되어야 하는 주의 유형을 가져오거나 설정합니다.

public DayOfWeek WeekDay { get; set; }

속성 값

DayOfWeek

 한국어