JAMS Developer Guide
Load(DateType,String,Int32,Server) Method


MVPSI.JAMS Namespace > DateType Class > Load Method : Load(DateType,String,Int32,Server) Method
The JAMS DateType which is returned from this method.
The name of the DateType to load.
The ID of the DateType to load.
The JAMS Server to load from.
Load a DateType definition from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef dateType As DateType, _
   ByVal dateTypeType As System.String, _
   ByVal dateTypeID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim dateType As DateType
Dim dateTypeType As System.String
Dim dateTypeID As System.Integer
Dim js As Server
 
DateType.Load(dateType, dateTypeType, dateTypeID, js)
public static void Load( 
   out DateType dateType,
   System.string dateTypeType,
   System.int dateTypeID,
   Server js
)

Parameters

dateType
The JAMS DateType which is returned from this method.
dateTypeType
The name of the DateType to load.
dateTypeID
The ID of the DateType to load.
js
The JAMS Server to load from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateType Class
DateType Members
Overload List