DraftProject.CurrentDate property
Gets or sets the current date for the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property CurrentDate As DateTime
Get
Set
'Usage
Dim instance As DraftProject
Dim value As DateTime
value = instance.CurrentDate
instance.CurrentDate = value
[RemoteAttribute]
public DateTime CurrentDate { get; set; }
Property value
Type: System.DateTime
A DateTime object that represents the current date.