Search
Schedule.GetItemsToRemindOf Method (DateTime, Calendar)
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ItemCollection GetItemsToRemindOf (
    DateTime time,
    Calendar c
)

Visual Basic  Copy Code

Public Function GetItemsToRemindOf( _
    time As DateTime, _
    c As Calendar _
) As ItemCollection

 Parameters

time

Determine whether any reminders should be displayed at this time.

c

A Calendar instance that is used to interpret recurrence patterns in the schedule.

 Return Value

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

 See Also