Class WeeklyRecurrencePattern
Class WeeklyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents the set of parameters are used to create a weekly recurring task in a project.
public class WeeklyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← WeeklyRecurrencePattern
Inherited Members
RecurrencePatternBase.RecurrenceRange, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WeeklyRecurrencePattern()
Initializes a new instance of the Aspose.Tasks.WeeklyRecurrencePattern class.
public WeeklyRecurrencePattern()
Properties
Repetition
Gets or sets the recurring repetition pattern.
public WeeklyRepetitionBase Repetition { get; set; }