'Declaration
Public Overloads Shared Function Check( _ ByRef timeID As System.Integer, _ ByVal timeName As System.String, _ ByVal access As ObjectAccess, _ ByVal js As Server _ ) As ValidationLog
'Usage
Dim timeID As System.Integer Dim timeName As System.String Dim access As ObjectAccess Dim js As Server Dim value As ValidationLog value = NamedTime.Check(timeID, timeName, access, js)
public static ValidationLog Check( ref System.int timeID, System.string timeName, ObjectAccess access, Server js )
Parameters
- timeID
- The ID of the NamedTime that we want to check.
- timeName
- The Name of the NamedTime that we want to check.
- access
- The desired access.
- js
- The JAMS Server that should do the check.