ProjectDataSet.ProjectRow.PROJ_INFO_CURRENT_DATE Property
Specifies the current date for a project.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_INFO_CURRENT_DATE As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime
value = instance.PROJ_INFO_CURRENT_DATE
instance.PROJ_INFO_CURRENT_DATE = value
public DateTime PROJ_INFO_CURRENT_DATE { get; set; }
Property Value
Type: System.DateTime
Remarks
The default value for new projects is the server current date. Project Professional shows the current project date in the Project Information dialog box.
See Also
Reference
ProjectDataSet.ProjectRow Class