Class ByYearDayRepetition

Class ByYearDayRepetition

이름 공간 : Aspose.Tasks 모임: Aspose.Tasks.dll (25.4.0)

그것은 한 달에 하루의 절대적인 위치를 기반으로 한 패턴을 나타냅니다.

public class ByYearDayRepetition : YearlyRepetitionBase

Inheritance

object YearlyRepetitionBase ByYearDayRepetition

상속 회원들

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

Constructors

ByYearDayRepetition()

Aspose.Tasks.ByYearDayRepetition 클래스의 새로운 사례를 시작합니다.

public ByYearDayRepetition()

Properties

DayPosition

한 달에 하루의 위치를 얻거나 설정하여 작업이 반복되어야합니다.

public int DayPosition { get; set; }

부동산 가치

int

Month

임무가 반복되어야 할 한 달을 얻거나 설정합니다.

public Month Month { get; set; }

부동산 가치

Month

 한국어