Share via


TimeSheetLine.TotalWorkTimeSpan property

Gets the time interval for the total amount of work in a timesheet line.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property TotalWorkTimeSpan As TimeSpan
    Get
'Usage
Dim instance As TimeSheetLine
Dim value As TimeSpan

value = instance.TotalWorkTimeSpan
[RemoteAttribute]
public TimeSpan TotalWorkTimeSpan { get; }

Property value

Type: System.TimeSpan
The duration of the timesheet line total work.

See also

Reference

TimeSheetLine class

TimeSheetLine members

Microsoft.ProjectServer.Client namespace