JAMS Developer Guide
Find(String) Method


MVPSI.JAMS Namespace > DateType Class > Find Method : Find(String) Method
DateType search specification.
Creates and loads a new DateTypeList.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal queryDateType As System.String _
) As System.Collections.Generic.ICollection(Of DateType)
'Usage
 
Dim queryDateType As System.String
Dim value As System.Collections.Generic.ICollection(Of DateType)
 
value = DateType.Find(queryDateType)
public static System.Collections.Generic.ICollection<DateType> Find( 
   System.string queryDateType
)

Parameters

queryDateType
DateType search specification.

Return Value

The new DateTypeList
Requirements

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

See Also

Reference

DateType Class
DateType Members
Overload List