Version

LastReminderDateTimeUtc Property

Gets/sets the date/time of the last reminder notification produced for an occurrence within this recurring series.
Syntax
'Declaration
 
Public Property LastReminderDateTimeUtc As SmartDate
public SmartDate LastReminderDateTimeUtc {get; set;}
Remarks

The LastReminderDateTimeUtc property is maintained by WebSchedule to generate a reminder, if applicable, for only the next occurrence after this date/time. It is defined as the date/time of the last occurrence for which a reminder was produced. Web applications should not need to change this property value unless reseting the occurrence for which the next reminder is given.

Advancing this date/time into the future supercedes the EnableReminder setting of any occurrences (or variances) that are bypassed. For example, a recurring bi-monthly series has enabled reminders and has occurrences scheduled for April 1, June 1, and August 1. When an application sets the LastReminderDateTimeUtc ahead to June 1, then no reminder notifications will be produced for the April 1 and June 1 occurrences. Their EnableReminder setting has been overriden by the behavior of the last reminder date/time.

This property has no impact when reminder notifications have been disabled.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also