# C1.Schedule.Reminder.OriginalReminderDate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Reminder_OriginalReminderDate_" data-uid="C1.Schedule.Reminder.OriginalReminderDate*">OriginalReminderDate Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Reminder_OriginalReminderDate_" data-uid="C1.Schedule.Reminder.OriginalReminderDate*"></a>
<h4 id="C1_Schedule_Reminder_OriginalReminderDate" data-uid="C1.Schedule.Reminder.OriginalReminderDate">OriginalReminderDate</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateTime OriginalReminderDate { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property OriginalReminderDate As Date</code></pre>
</div>
<h5 id="C1_Schedule_Reminder_OriginalReminderDate_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This value corresponds to the original date and time
value before the <a class="xref" href="C1.Schedule.Reminder.Snooze.html#C1_Schedule_Reminder_Snooze_System_TimeSpan_">Snooze(TimeSpan)</a> method is executed or the user
clicks the Snooze button.</p>
</div>
</div>
