Retrieves a collection of all tasks whose reminders must be displayed at the current moment.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public ResourceCollection<Task> GetTasksToRemindOf () |
Visual Basic
![]() |
---|
Public Function GetTasksToRemindOf () As ResourceCollection(Of Task) |
Type: ResourceCollection(Task)
An instance of the ResourceCollection class that contains the tasks.