MindFusion.Wpf Pack Programmer's Guide
Schedule.GetItemsToRemindOf Method (DateTime, DateTime)
See Also
 





Retrieves a collection with all items that must be reminded of in the specified interval.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public ItemCollection GetItemsToRemindOf (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

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

 Parameters

start

The start of the time interval containing the items of interest.

end

The end of the time interval containing the items of interest.

 Return Value

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

 See Also

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