'Declaration
Public Overloads Shared Function Exists( _ ByVal dateTypeType As System.String, _ ByVal js As Server _ ) As System.Boolean
'Usage
Dim dateTypeType As System.String Dim js As Server Dim value As System.Boolean value = DateType.Exists(dateTypeType, js)
public static System.bool Exists( System.string dateTypeType, Server js )
Parameters
- dateTypeType
- DateType Name.
- js
- JAMS Server.
Return Value
True if the DateType exists.