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