'Declaration
Public Overloads Shared Function Find( _ ByVal queryDateType As System.String, _ ByVal js As Server _ ) As System.Collections.Generic.ICollection(Of DateType)
'Usage
Dim queryDateType As System.String Dim js As Server Dim value As System.Collections.Generic.ICollection(Of DateType) value = DateType.Find(queryDateType, js)
public static System.Collections.Generic.ICollection<DateType> Find( System.string queryDateType, Server js )
Parameters
- queryDateType
- DateType search specification
- js
- The JAMS Server to search.
Return Value
The new DateTypeList