Gets or sets the reminder for this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override Reminder Reminder { get; set; } |
Visual Basic Copy Code |
---|
Public Overrides Property Reminder As Reminder |
An instance of the Reminder class.
If the reminder type is Exact, the ItemReminderTriggered event is raised at the time set in the reminder's Time property. If the reminder type is Leading, the ItemReminderTriggered event is raised certain amount of time prior to the item's StartTime, as specified in the reminder's TimeInterval property.
Note |
---|
Recurring items cannot have exact reminders. |
Scheduling for .NET MAUI Guide | © 2023 MindFusion |