Class DailyRecurrencePattern
Class DailyRecurrencePattern
Названий на: Aspose.Tasks Асамблея: Aspose.Tasks.dll (25.4.0)
Вони представляють набір параметрів, які використовуються для створення щоденного повторного завдання в проекті.
public class DailyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← DailyRecurrencePattern
Нападні члени
RecurrencePatternBase.RecurrenceRange , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
DailyRecurrencePattern()
Ініціалює новий приклад класу Aspose.Tasks.DailyRecurrencePattern.
public DailyRecurrencePattern()
Properties
Repetition
Приймати або встановити зразки повторень в повсякденному зразку повторення.
public DailyRepetitionBase Repetition { get; set; }