ASP.NET Pack Programmer's Guide
Schedule.GetItemsToRemindOf Method (DateTime)
See Also
 





Retrieves a collection of all items whose reminders must be displayed at the specified date and time.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public ItemCollection<Item> GetItemsToRemindOf (
    DateTime time
)

Visual Basic  Copy Code

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

 Parameters

time
Type: DateTime
An instance of the System.DateTime structure that specifies the date and time when the reminders should be displayed.

 Return Value

Type: ItemCollection(Item)
An instance of the ItemCollection class that contains the items.

 See Also

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