Retrieves a collection of all items whose reminders must be displayed in the specified time interval.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public ItemCollection<Item> GetItemsToRemindOf ( |
Visual Basic
![]() |
---|
Public Function GetItemsToRemindOf ( _ |
The start of the time interval, which must contain the reminders.
The end of the time interval, which must contain the reminders.
Type: ItemCollection(Item)
An instance of the ItemCollection class that contains the items.