ASP.NET Pack Programmer's Guide
Schedule.GetTasksToRemindOf Method (DateTime, DateTime)
See Also
 





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

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 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, which must contain the reminders.

end

The end of the time interval, which must contain the reminders.

 Return Value

Type: ResourceCollection(Task)
An instance of the ResourceCollection class that contains the tasks.

 See Also

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