JAMS Developer Guide
Load(NamedTime,String) Method


MVPSI.JAMS Namespace > NamedTime Class > Load Method : Load(NamedTime,String) Method
The NamedTime to be loaded.
The name of the NamedTime to load.
Load the NamedTime with the specified name from the default JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef namedTime As NamedTime, _
   ByVal timeName As System.String _
) 
'Usage
 
Dim namedTime As NamedTime
Dim timeName As System.String
 
NamedTime.Load(namedTime, timeName)
public static void Load( 
   out NamedTime namedTime,
   System.string timeName
)

Parameters

namedTime
The NamedTime to be loaded.
timeName
The name of the NamedTime to load.
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

NamedTime Class
NamedTime Members
Overload List