Class ByYearDayRepetition
Class ByYearDayRepetition
نام ها : Aspose.Tasks جمع آوری: WL29_.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; }
ارزش املاک
Month
یک ماه دریافت یا تعیین می کند که در آن وظیفه باید تکرار شود.
public Month Month { get; set; }