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





Retrieves a collection of all items whose reminders must be displayed at the current time.

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

 Syntax

C#  Copy Code

public ItemCollection<Item> GetItemsToRemindOf ()

Visual Basic  Copy Code

Public Function GetItemsToRemindOf () As ItemCollection(Of Item)

 Return Value

Type: ItemCollection(Item)
An instance of the ItemCollection class that holds the items.

 See Also

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