MVPSI.JAMS Namespace > Schedule Class > Find Method : Find(String,String,DateTime,DateTime,Options) Method |
'Declaration
Public Overloads Shared Function Find( _ ByVal folderName As System.String, _ ByVal queryName As System.String, _ ByVal queryStartDate As System.Date, _ ByVal queryEndDate As System.Date, _ ByVal queryOptions As Schedule.Options _ ) As System.Collections.Generic.ICollection(Of ScheduleEntry)
'Usage
Dim folderName As System.String Dim queryName As System.String Dim queryStartDate As System.Date Dim queryEndDate As System.Date Dim queryOptions As Schedule.Options Dim value As System.Collections.Generic.ICollection(Of ScheduleEntry) value = Schedule.Find(folderName, queryName, queryStartDate, queryEndDate, queryOptions)
public static System.Collections.Generic.ICollection<ScheduleEntry> Find( System.string folderName, System.string queryName, System.DateTime queryStartDate, System.DateTime queryEndDate, Schedule.Options queryOptions )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2