Class ByYearDayRepetition

Class ByYearDayRepetition

Pôvodný názov: Aspose.Tasks Zhromaždenie: Aspose.Tasks.dll (25.4.0)

Predstavuje vzor, ktorý je založený na absolútnom postavení dňa v mesiaci.

public class ByYearDayRepetition : YearlyRepetitionBase

Inheritance

object YearlyRepetitionBase ByYearDayRepetition

Z dedičných členov

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

Constructors

ByYearDayRepetition()

Initalizuje nový príklad triedy Aspose.Tasks.ByYearDayRepetition.

public ByYearDayRepetition()

Properties

DayPosition

Dostane alebo stanoví pozíciu dňa v mesiaci, v ktorom sa úloha musí opakovať.

public int DayPosition { get; set; }

Hodnota nehnuteľnosti

int

Month

Dostane alebo stanoví mesiac, v ktorom sa úloha musí opakovať.

public Month Month { get; set; }

Hodnota nehnuteľnosti

Month

 Slovenčina