# C1.Schedule.Reminder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_Reminder" data-uid="C1.Schedule.Reminder" class="text-break">Reminder Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> class represents an object which allows users to keep track
of upcoming appointments by scheduling a pop-up dialog box to appear at a given time.</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">Reminder</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.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_Reminder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Reminder : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Reminder
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <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_Schedule_Reminder_Caption" data-uid="C1.Schedule.Reminder.Caption">
          <a class="xref" href="C1.Schedule.Reminder.Caption.html#C1_Schedule_Reminder_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value representing the window caption text
of the <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object which
the <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> object is applied to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Reminder_IsActive" data-uid="C1.Schedule.Reminder.IsActive">
          <a class="xref" href="C1.Schedule.Reminder.IsActive.html#C1_Schedule_Reminder_IsActive">IsActive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating that the <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> object
is currently active (visible).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Reminder_NextReminderDate" data-uid="C1.Schedule.Reminder.NextReminderDate">
          <a class="xref" href="C1.Schedule.Reminder.NextReminderDate.html#C1_Schedule_Reminder_NextReminderDate">NextReminderDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value indicating the next time the specified
reminder will occur.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Reminder_OriginalReminderDate" data-uid="C1.Schedule.Reminder.OriginalReminderDate">
          <a class="xref" href="C1.Schedule.Reminder.OriginalReminderDate.html#C1_Schedule_Reminder_OriginalReminderDate">OriginalReminderDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value specifying the original date and time
that the specified reminder is set to occur.
It is calculated using the following formula:
<a class="xref" href="C1.Schedule.Reminder.OriginalReminderDate.html#C1_Schedule_Reminder_OriginalReminderDate">OriginalReminderDate</a> = <a class="xref" href="C1.Schedule.Appointment.Start.html#C1_Schedule_Appointment_Start">Start</a></p>
<ul>
<li><a class="xref" href="C1.Schedule.Appointment.ReminderTimeBeforeStart.html#C1_Schedule_Appointment_ReminderTimeBeforeStart">ReminderTimeBeforeStart</a>.</li>
</ul>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Reminder_ParentAppointment" data-uid="C1.Schedule.Reminder.ParentAppointment">
          <a class="xref" href="C1.Schedule.Reminder.ParentAppointment.html#C1_Schedule_Reminder_ParentAppointment">ParentAppointment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owning <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object.</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_Schedule_Reminder_Dismiss" data-uid="C1.Schedule.Reminder.Dismiss">
          <a class="xref" href="C1.Schedule.Reminder.Dismiss.html#C1_Schedule_Reminder_Dismiss">Dismiss()</a>
        </td>
        <td class="markdown level1 summary"><p>Dismisses the current <a class="xref" href="C1.Schedule.Reminder.html">Reminder</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Reminder_OnPropertyChanged_System_String_" data-uid="C1.Schedule.Reminder.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Schedule.Reminder.OnPropertyChanged.html#C1_Schedule_Reminder_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Schedule_Reminder_Snooze_System_TimeSpan_" data-uid="C1.Schedule.Reminder.Snooze(System.TimeSpan)">
          <a class="xref" href="C1.Schedule.Reminder.Snooze.html#C1_Schedule_Reminder_Snooze_System_TimeSpan_">Snooze(TimeSpan)</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="C1.Schedule.Reminder.Snooze.html#C1_Schedule_Reminder_Snooze_System_TimeSpan_">Snooze(TimeSpan)</a> method notifies the scheduler to defer the triggering
of a reminder by the specified interval.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
