JAMS 6.x Help
Check Method (DateType)


The DateType ID of the validated DateType.
The DateType Name that we want to check.
The access to the dateType that we want.
The JAMS Server that should do the check.
Checks a DateType against a JAMS Server.
Syntax
'Declaration
 
Public Shared Sub Check( _
   ByRef dateTypeID As System.Integer, _
   ByVal dateTypeType As System.String, _
   ByVal access As ObjectAccess, _
   ByVal js As Server _
) 
'Usage
 
Dim dateTypeID As System.Integer
Dim dateTypeType As System.String
Dim access As ObjectAccess
Dim js As Server
 
DateType.Check(dateTypeID, dateTypeType, access, js)
public static void Check( 
   ref System.int dateTypeID,
   System.string dateTypeType,
   ObjectAccess access,
   Server js
)

Parameters

dateTypeID
The DateType ID of the validated DateType.
dateTypeType
The DateType Name that we want to check.
access
The access to the dateType that we want.
js
The JAMS Server that should do the check.
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