RSS Documentation
Load Method (TimeSheet)



Syntax
'Declaration
 
Public Shared Function Load( _
   ByVal cn As BPMConnection, _
   ByVal sheetName As String _
) As TimeSheet
'Usage
 
Dim cn As BPMConnection
Dim sheetName As String
Dim value As TimeSheet
 
value = TimeSheet.Load(cn, sheetName)
public static TimeSheet Load( 
   BPMConnection cn,
   string sheetName
)
public:
static TimeSheet^ Load( 
   BPMConnection^ cn,
   String^ sheetName
) 

Parameters

cn
sheetName
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

TimeSheet Class
TimeSheet Members

Send Feedback