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





Retrieves a collection with all items that must be reminded of at the specified time.

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

 Syntax

C#  Copy Code

public ItemCollection GetItemsToRemindOf (
    DateTime time
)

Visual Basic  Copy Code

Public Function GetItemsToRemindOf ( _
    time As DateTime _
) As ItemCollection

 Parameters

time

Determine whether any reminders should be displayed at this time.

 Return Value

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

 See Also

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