OriginalReminderDate Property
In This Topic
Gets the
System.DateTime value specifying the original date and time that the specified reminder is set to occur. It is calculated using the following formula:
OriginalReminderDate =
Start -
Appointment.ReminderTimeBeforeStart.
Syntax
'Declaration
Public ReadOnly Property OriginalReminderDate As Date
public DateTime OriginalReminderDate {get;}
See Also