Share via


CBSRequestMessage.iRangeChoice Property

Gets an integer that indicates the type of database date range to use in the cube build process.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Property iRangeChoice As Integer
    Get
    Set
'Usage
Dim instance As CBSRequestMessage
Dim value As Integer

value = instance.iRangeChoice

instance.iRangeChoice = value
public int iRangeChoice { get; set; }

Property Value

Type: System.Int32

Remarks

The following is a list of the date range settings and what they signify about the date range:

  • 0 = default range: the earliest project start date and the latest project finish date

  • 1 = relative range: start and end dates are forward and backward from the current date by specified time periods

  • 2 = absolute range: dates that are specified

See Also

Reference

CBSRequestMessage Class

CBSRequestMessage Members

Microsoft.Office.Project.Server.Library Namespace