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


MVPSI.JAMS Namespace > DateType Class > Load Method : Load(DateType,Int32,Server) Method
The JAMS DateType which is returned from this method.
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 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.
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