IsCurrencyZero (International - Java)

Read-only. Indicates whether fractions have a zero before the decimal point in number format.

Defined in

International

Data type

boolean

Syntax

public boolean isCurrencyZero()
    throws NotesException

Legal values

  • true if fractions have a zero before the decimal point
  • false if fractions do not have a zero before the decimal point

Usage

Under UNIX, this property is meaningless.

Example