Retrieves a collection of all tasks that must be reminded of in the specified interval.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public ResourceCollection<Task> GetTasksToRemindOf ( |
Visual Basic
Copy Code
|
|---|
Public Function GetTasksToRemindOf ( _ |
The start of the time interval containing the tasks of interest.
The end of the time interval containing the tasks of interest.
The collection of all tasks whose reminders must be displayed in the specified time interval.
See Also