'Declaration
Public Overloads Shared Sub Load( _ ByRef dateType As DateType, _ ByVal dateTypeType As System.String, _ ByVal js As Server _ )
'Usage
Dim dateType As DateType Dim dateTypeType As System.String Dim js As Server DateType.Load(dateType, dateTypeType, js)
public static void Load( out DateType dateType, System.string dateTypeType, Server js )
Parameters
- dateType
- The JAMS DateType which is returned from this method.
- dateTypeType
- The name of the DateType to load.
- js
- The JAMS Server to load from.