Share via


TimeSheetWork.NonBillableWorkTimeSpan property

Gets or sets the time interval for the amount of nonbillable work that is on a timesheet.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property NonBillableWorkTimeSpan As TimeSpan
    Get
    Set
'Usage
Dim instance As TimeSheetWork
Dim value As TimeSpan

value = instance.NonBillableWorkTimeSpan

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

Property value

Type: System.TimeSpan
The duration of the nonbillable work.

See also

Reference

TimeSheetWork class

TimeSheetWork members

Microsoft.ProjectServer.Client namespace