# C1.Schedule.Appointment.GetRecurrencePattern

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Appointment_GetRecurrencePattern_" data-uid="C1.Schedule.Appointment.GetRecurrencePattern*">GetRecurrencePattern Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Appointment_GetRecurrencePattern_" data-uid="C1.Schedule.Appointment.GetRecurrencePattern*"></a>
<h4 id="C1_Schedule_Appointment_GetRecurrencePattern" data-uid="C1.Schedule.Appointment.GetRecurrencePattern">GetRecurrencePattern()</h4>
<div class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.Schedule.RecurrencePattern.html">RecurrencePattern</a> object that represents
the recurrence attributes of an appointment.
If there is no existing recurrence pattern, a new
empty <a class="xref" href="C1.Schedule.RecurrencePattern.html">RecurrencePattern</a> object is returned.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RecurrencePattern GetRecurrencePattern()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetRecurrencePattern() As RecurrencePattern</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Schedule.RecurrencePattern.html">RecurrencePattern</a></td>
      <td><p>The <a class="xref" href="C1.Schedule.RecurrencePattern.html">RecurrencePattern</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
