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; }
Вредност имовине
Month
Добије или поставља месец у којем се задатак мора поновити.
public Month Month { get; set; }