Class ByYearDayRepetition

Class ByYearDayRepetition

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

Mewakili pola yang didasarkan pada posisi absolut dari suatu hari dalam sebulan.

public class ByYearDayRepetition : YearlyRepetitionBase

Pewarisan

objectYearlyRepetitionBaseByYearDayRepetition

Anggota yang Dwarisi

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

Konstruktor

ByYearDayRepetition()

Menginisialisasi instance baru dari kelas Aspose.Tasks.ByYearDayRepetition.

public ByYearDayRepetition()

Properti

DayPosition

Mengambil atau mengatur posisi hari dalam sebulan di mana tugas harus berulang.

public int DayPosition { get; set; }

Nilai Properti

int

Month

Mengambil atau mengatur bulan di mana tugas harus berulang.

public Month Month { get; set; }

Nilai Properti

Month

 Indonesia