TimeSheet.ReadResourceLateTimesheets method
Gets the set of late timesheets that are due from those who report to the current user.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadResourceLateTimesheets", 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 ReadResourceLateTimesheets ( _
date As DateTime _
) As TimesheetListDataSet
'Usage
Dim instance As TimeSheet
Dim date As DateTime
Dim returnValue As TimesheetListDataSet
returnValue = instance.ReadResourceLateTimesheets(date)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadResourceLateTimesheets", 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 ReadResourceLateTimesheets(
DateTime date
)
Parameters
date
Type: System.DateTimeThe time period cutoff date and time. Time periods before this date and time are included.
Return value
Type: WebSvcTimeSheet.TimesheetListDataSet
Remarks
This method uses the QueueSystem object. The CorrelationGUID property for the job is equal to the value of the TS_UID property.
Project Server Permissions
Permission |
Description |
---|---|
Non-standard |
Allows the user to obtain timesheets that have the timesheet manager set to the current user. |