Retrieves a collection of all tasks whose reminders must be displayed in the specified time interval.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public ResourceCollection<Task> GetTasksToRemindOf ( |
Visual Basic
![]() |
---|
Public Function GetTasksToRemindOf ( _ |
The start of the time interval, which must contain the reminders.
The end of the time interval, which must contain the reminders.
Type: ResourceCollection(Task)
An instance of the ResourceCollection class that contains the tasks.