Class ByYearDayRepetition

Class ByYearDayRepetition

Tên không gian: Aspose.Tasks Tổng hợp: Aspose.Tasks.dll (25.4.0)

Nó đại diện cho một mô hình dựa trên vị trí tuyệt đối của một ngày trong một tháng.

public class ByYearDayRepetition : YearlyRepetitionBase

Inheritance

object YearlyRepetitionBase ByYearDayRepetition

Thành viên thừa kế

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

Constructors

ByYearDayRepetition()

Bắt đầu một trường hợp mới của lớp Aspose.Tasks.ByYearDayRepetition.

public ByYearDayRepetition()

Properties

DayPosition

Nhận hoặc đặt một vị trí ngày trong một tháng mà nhiệm vụ phải được lặp lại.

public int DayPosition { get; set; }

Giá trị bất động sản

int

Month

Nhận hoặc đặt ra một tháng mà nhiệm vụ phải được lặp lại.

public Month Month { get; set; }

Giá trị bất động sản

Month

 Tiếng Việt