Compartir a través de


del método TimeSheet.ReadLateTimesheets

Obtiene el conjunto de partes de horas que se consideran más tarde para el usuario actual.

Espacio de nombres:  WebSvcTimeSheet
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadLateTimesheets", 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 ReadLateTimesheets ( _
    date As DateTime _
) As TimesheetListDataSet
'Uso
Dim instance As TimeSheet
Dim date As DateTime
Dim returnValue As TimesheetListDataSet

returnValue = instance.ReadLateTimesheets(date)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadLateTimesheets", 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 ReadLateTimesheets(
    DateTime date
)

Parámetros

  • date
    Tipo: System.DateTime

    La fecha límite de período de tiempo y la hora. Períodos de tiempo antes de esta fecha y hora se incluyen.

Valor devuelto

Tipo: WebSvcTimeSheet.TimesheetListDataSet

Comentarios

El recurso actual debe tener un administrador para los partes de horas que aparezca en este método.

Este método utiliza el objeto QueueSystem . La propiedad CorrelationGUID para el trabajo es igual que el valor de la propiedad TS_UID .

Permisos de Project Server

Permiso

Descripción

LogOn

Permite al usuario iniciar sesión en Project Server. Permiso global.

Vea también

Referencia

clase TimeSheet

Miembros TimeSheet

Espacio de nombres WebSvcTimeSheet