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

objectRecurrencePatternBaseWeeklyRecurrencePattern

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; }

Property Value

WeeklyRepetitionBase