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