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





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

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

 Syntax

C#  Copy Code

public ItemCollection<Item> GetItemsToRemindOf (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

Public Function GetItemsToRemindOf ( _
    start As DateTime, _
    end As DateTime _
) As ItemCollection(Of Item)

 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: ItemCollection(Item)
An instance of the ItemCollection class that contains the items.

 See Also

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