TimeSheet.ReadReviewedTimesheets method

Reads all timesheets that have been reviewed by the current user for the specified resources in the specified time range.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadReviewedTimesheets", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadReviewedTimesheets ( _
    start As DateTime, _
    finish As DateTime, _
    resUIDs As Guid() _
) As TimesheetListDataSet
'Usage
Dim instance As TimeSheet
Dim start As DateTime
Dim finish As DateTime
Dim resUIDs As Guid()
Dim returnValue As TimesheetListDataSet

returnValue = instance.ReadReviewedTimesheets(start, _
    finish, resUIDs)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadReviewedTimesheets", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public TimesheetListDataSet ReadReviewedTimesheets(
    DateTime start,
    DateTime finish,
    Guid[] resUIDs
)

Parameters

  • resUIDs
    Type: []

    The array of resources for whom timesheets should be read.

Return value

Type: WebSvcTimeSheet.TimesheetListDataSet

Remarks

Project Server Permissions

Permission

Description

LogOn

Allows the user to log on to the Project Server. Global permission.

See also

Reference

TimeSheet class

TimeSheet members

WebSvcTimeSheet namespace