JAMS Developer Guide
CheckList Method (Date)


MVPSI.JAMS Namespace > Date Class : CheckList Method
The natural language date specification.
The JAMS Server to use when evaluating the date specification.
Check to see if a list of Date Specifications are valid.
Syntax
'Declaration
 
Public Shared Sub CheckList( _
   ByVal dateString As System.String, _
   ByVal server As Server _
) 
'Usage
 
Dim dateString As System.String
Dim server As Server
 
Date.CheckList(dateString, server)
public static void CheckList( 
   System.string dateString,
   Server server
)

Parameters

dateString
The natural language date specification.
server
The JAMS Server to use when evaluating the date specification.
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

Date Class
Date Members