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





Retrieves a collection of all tasks that must be reminded of in the specified interval.

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

 Syntax

C#  Copy Code

public ResourceCollection<Task> GetTasksToRemindOf (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

Public Function GetTasksToRemindOf ( _
    start As DateTime, _
    end As DateTime _
) As ResourceCollection(Of Task)

 Parameters

start

The start of the time interval containing the tasks of interest.

end

The end of the time interval containing the tasks of interest.

 Return Value

The collection of all tasks whose reminders must be displayed in the specified time interval.

 See Also

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