共用方式為


TimeSheetWorkCollection.GetByStartDate 方法

時程表實際工時從集合取得物件與指定的開始日期。

命名空間:  Microsoft.ProjectServer.Client
組件:  Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)

語法

'宣告
<RemoteAttribute> _
Public Function GetByStartDate ( _
    start As DateTime _
) As TimeSheetWork
'用途
Dim instance As TimeSheetWorkCollection
Dim start As DateTime
Dim returnValue As TimeSheetWork

returnValue = instance.GetByStartDate(start)
[RemoteAttribute]
public TimeSheetWork GetByStartDate(
    DateTime start
)

參數

傳回值

類型:Microsoft.ProjectServer.Client.TimeSheetWork
TimeSheetWork物件。

請參閱

參照

TimeSheetWorkCollection 類別

TimeSheetWorkCollection 成員

Microsoft.ProjectServer.Client 命名空間