Class TaskRegeneratingPattern
TaskRegeneratingPattern class
Represents the regenerating recurrence pattern that specifies how many days, weeks, months or years after the completion of the current task the next occurrence will be due.
public sealed class TaskRegeneratingPattern : RecurrencePattern
Constructors
Name | Description |
---|
TaskRegeneratingPattern(TaskRegeneratingType, int) | Initializes a new instance of the TaskRegeneratingPattern class. |
Properties
Name | Description |
---|
EndDate { get; set; } | Gets or sets the end date. |
Interval { get; set; } | Gets or sets the number of recurrence units. |
Occurs { get; set; } | Gets or sets the number of occurrences of the recurrence pattern. |
RegeneratingType { get; set; } | Gets or sets a type of regenerating pattern. |
WeekStart { get; set; } | Gets or sets the week start. |
Methods
Name | Description |
---|
override ToString() | Returns a string that represents the current object. |
See Also