Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the end date of a timephase period.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property End As DateTime
Get
'Usage
Dim instance As TimePhase
Dim value As DateTime
value = instance.End
[RemoteAttribute]
public DateTime End { get; }
Property value
Type: System.DateTime
A DateTime object.