MindFusion.Scheduling for Silverlight Programmer's Guide
Schedule.GetTasksToRemindOf Method ()
See Also
 





Retrieves a collection of all tasks that must be reminded of at the current time.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public ResourceCollection<Task> GetTasksToRemindOf ()

Visual Basic  Copy Code

Public Function GetTasksToRemindOf () As ResourceCollection(Of Task)

 Return Value

The collection of all tasks whose reminders must be displayed at the current time.

 See Also

GetTasksToRemindOf Method Overload List
Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
GetItemsToRemindOf Method