PublishedProject.CurrentDate property
Gets the current date for the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CurrentDate As DateTime
Get
'Usage
Dim instance As PublishedProject
Dim value As DateTime
value = instance.CurrentDate
[RemoteAttribute]
public DateTime CurrentDate { get; }
Property value
Type: System.DateTime
The current date for the project.