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