Class DailyRecurrencePattern
Class DailyRecurrencePattern
Nazwa przestrzeń: Aspose.Tasks Zgromadzenie: Aspose.Tasks.dll (25.4.0)
Przedstawia zestaw parametrów wykorzystywanych do tworzenia codziennej powtarzającej się zadań w projekcie.
public class DailyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← DailyRecurrencePattern
Dziedziczeni członkowie
RecurrencePatternBase.RecurrenceRange , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
DailyRecurrencePattern()
Inicjalizuje nowy przykład klasy Aspose.Tasks.DailyRecurrencePattern.
public DailyRecurrencePattern()
Properties
Repetition
Otrzymuje lub ustawia wzór powtórzeń w codziennym wzór powtórzeń.
public DailyRepetitionBase Repetition { get; set; }