Share via


TimeSheetWork.End property

Gets or sets the end time of the actual work that is on a timesheet.

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

Syntax

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

value = instance.End

instance.End = value
[RemoteAttribute]
public DateTime End { get; set; }

Property value

Type: System.DateTime
A DateTime object that contains the end time.

See also

Reference

TimeSheetWork class

TimeSheetWork members

Microsoft.ProjectServer.Client namespace