SharpSchedule

PlanManager.FetchByScheduleDate Method 

Fetch all plan objects that were used to make up the schedule on the given date.

[Visual Basic]
Public Function FetchByScheduleDate( _
   ByVal date As Date _
) As ICollection
[C#]
public ICollection FetchByScheduleDate(
   DateTime date
);

Parameters

date
The date to fetch for.

Return Value

A collection of Plan objects for the given schedule date.

See Also

PlanManager Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace