[]
        
(Showing Draft Content)

C1.GanttView.RecurrencePattern

RecurrencePattern Class

Specifies the recurrence pattern for the events, such as tasks or calendar exceptions.

Inheritance
RecurrencePattern
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class RecurrencePattern : INotifyPropertyChanged

Constructors

Name Description
RecurrencePattern()

Properties

Name Description
DayOfMonth

Gets or sets the day of month when the recurrence should occur.

Interval

Gets or sets the cycle step of occurrences of the recurrence.

MonthOfYear

Gets or sets the month of year when the recurrence should occur.

WeekDays

Gets or sets the days of week when the recurrence should occur.

WeekOfMonth

Gets or sets the week of month when the recurrence should occur.

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.