Project.MAX_CURRENCY_DIGITS Field
Represents the maximum number of digits that can be displayed to the right of the decimal point when currency values are displayed.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared ReadOnly MAX_CURRENCY_DIGITS As Integer
'Usage
Dim value As Integer
value = Project.MAX_CURRENCY_DIGITS
public static readonly int MAX_CURRENCY_DIGITS
Remarks
The read-only value of MAX_CURRENCY_DIGITS is 2.