TimeSheet.ReadResourceLateTimesheets 方法
取得落後期限與引發直屬於目前使用者的時程表的設定。
命名空間: WebSvcTimeSheet
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<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
'用途
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
)
參數
date
類型:System.DateTime時間期間截止日期和時間。在此之前的時間週期的日期和時間都包含在內。
傳回值
類型:WebSvcTimeSheet.TimesheetListDataSet
備註
此方法會使用QueueSystem物件。此工作的CorrelationGUID屬性等於TS_UID屬性的值。
Project Server 權限
權限 |
描述 |
---|---|
非標準 |
可讓使用者取得已設為目前使用者的時程表管理員的時程表。 |