TimeSheetWorkCreationInformation.End property
Gets or sets the end time of 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 TimeSheetWorkCreationInformation
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
TimeSheetWorkCreationInformation class