BPM.Server
GetTimeSheet Method



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

Parameters

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

CalendarManager Class
CalendarManager Members

Send Feedback