Share via


CBSRequestMessage.iPastUnit property

Gets or sets the type of time unit that is used in the calculation of the end date for a cube build date range.

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

Syntax

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

value = instance.iPastUnit

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

Property value

Type: System.Int32

Remarks

Possible time unit types include Days, Weeks, and Months.

See also

Reference

CBSRequestMessage class

CBSRequestMessage members

Microsoft.Office.Project.Server.Library namespace