Class WeeklyRepetitionBase
Class WeeklyRepetitionBase
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a base class for repetitions in weekly recurrence pattern.
public abstract class WeeklyRepetitionBase
Inheritance
Derived
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WeeklyRepetitionBase()
Initializes a new instance of the Aspose.Tasks.WeeklyRepetitionBase class.
protected WeeklyRepetitionBase()
Properties
RepetitionInterval
Gets or sets a number of weeks which represents the interval in weeks between occurrences.
public int RepetitionInterval { get; set; }