# C1.Win.GanttView.RecurrencePattern

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_RecurrencePattern" data-uid="C1.Win.GanttView.RecurrencePattern" class="text-break">RecurrencePattern Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the recurrence pattern for the events, such as tasks or calendar exceptions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">RecurrencePattern</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_RecurrencePattern_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RecurrencePattern : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RecurrencePattern
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_GanttView_RecurrencePattern__ctor" data-uid="C1.Win.GanttView.RecurrencePattern.#ctor">
          <a class="xref" href="C1.Win.GanttView.RecurrencePattern.-ctor.html#C1_Win_GanttView_RecurrencePattern__ctor">RecurrencePattern()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_GanttView_RecurrencePattern_DayOfMonth" data-uid="C1.Win.GanttView.RecurrencePattern.DayOfMonth">
          <a class="xref" href="C1.Win.GanttView.RecurrencePattern.DayOfMonth.html#C1_Win_GanttView_RecurrencePattern_DayOfMonth">DayOfMonth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day of month when the recurrence should occur.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_RecurrencePattern_Interval" data-uid="C1.Win.GanttView.RecurrencePattern.Interval">
          <a class="xref" href="C1.Win.GanttView.RecurrencePattern.Interval.html#C1_Win_GanttView_RecurrencePattern_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cycle step of occurrences of the recurrence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_RecurrencePattern_MonthOfYear" data-uid="C1.Win.GanttView.RecurrencePattern.MonthOfYear">
          <a class="xref" href="C1.Win.GanttView.RecurrencePattern.MonthOfYear.html#C1_Win_GanttView_RecurrencePattern_MonthOfYear">MonthOfYear</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the month of year when the recurrence should occur.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_RecurrencePattern_WeekDays" data-uid="C1.Win.GanttView.RecurrencePattern.WeekDays">
          <a class="xref" href="C1.Win.GanttView.RecurrencePattern.WeekDays.html#C1_Win_GanttView_RecurrencePattern_WeekDays">WeekDays</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the days of week when the recurrence should occur.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_RecurrencePattern_WeekOfMonth" data-uid="C1.Win.GanttView.RecurrencePattern.WeekOfMonth">
          <a class="xref" href="C1.Win.GanttView.RecurrencePattern.WeekOfMonth.html#C1_Win_GanttView_RecurrencePattern_WeekOfMonth">WeekOfMonth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the week of month when the recurrence should occur.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_GanttView_RecurrencePattern_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.Win.GanttView.RecurrencePattern.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="C1.Win.GanttView.RecurrencePattern.OnPropertyChanged.html#C1_Win_GanttView_RecurrencePattern_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.RecurrencePattern.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_GanttView_RecurrencePattern_PropertyChanged" data-uid="C1.Win.GanttView.RecurrencePattern.PropertyChanged">
          <a class="xref" href="C1.Win.GanttView.RecurrencePattern.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of a property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
