Share via


CBSRequestMessage.iPastUnit Property

Gets 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