PS.CurrencySymbolPosition enumeration (ps.js)

Specifies the placement of the currency symbol.

Applies to: Project Professional 2013 | Project Server 2013

PS.CurrencySymbolPosition

Remarks

CurrencySymbolPosition constants can be used with the DraftProject.currencyPosition property and the PublishedProject.currencyPosition property.

Members

The CurrencySymbolPosition enumeration has the following members.

Member

Value

Description

notSpecified

-1

The currency symbol position is not specified. This constant is used in place of a DBNull value.

before

0

Before, no space ($0).

after

1

After, no space (0$).

beforeWithSpace

2

Before, with space ($ 0).

afterWithSpace

3

After, with space (0 $).

See also

Reference

Microsoft.ProjectServer.Client.CurrencySymbolPosition