# C1.Schedule.Reminder.NextReminderDate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Reminder_NextReminderDate_" data-uid="C1.Schedule.Reminder.NextReminderDate*">NextReminderDate Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Reminder_NextReminderDate_" data-uid="C1.Schedule.Reminder.NextReminderDate*"></a>
<h4 id="C1_Schedule_Reminder_NextReminderDate" data-uid="C1.Schedule.Reminder.NextReminderDate">NextReminderDate</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateTime NextReminderDate { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property NextReminderDate As Date</code></pre>
</div>
<h5 id="C1_Schedule_Reminder_NextReminderDate_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.Schedule.Reminder.NextReminderDate.html#C1_Schedule_Reminder_NextReminderDate">NextReminderDate</a> property value changes every time
the object's <a class="xref" href="C1.Schedule.Reminder.Snooze.html#C1_Schedule_Reminder_Snooze_System_TimeSpan_">Snooze(TimeSpan)</a> method is executed or when the user
clicks the Snooze button.</p>
</div>
</div>
