AnalysisDataSet.AnalysisRow.HORIZON_END_DATE property

Gets or sets the end of the date range considered in the analysis.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property HORIZON_END_DATE As DateTime
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As DateTime

value = instance.HORIZON_END_DATE

instance.HORIZON_END_DATE = value
public DateTime HORIZON_END_DATE { get; set; }

Property value

Type: System.DateTime
Returns DateTime.

Remarks

This is used only for resource planning.

See also

Reference

AnalysisDataSet.AnalysisRow class

AnalysisDataSet.AnalysisRow members

WebSvcPortfolioAnalyses namespace