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