Syntax
constants group NumberFormat;
Description
These constants are used to specify the type of a number format.
Field Details
|
|
Syntax
const short ALL = 0;
Syntax
const short DEFINED = 1;
Syntax
const short DATE = 2;
Syntax
const short TIME = 4;
Syntax
const short CURRENCY = 8;
Syntax
const short NUMBER = 16;
Syntax
const short SCIENTIFIC = 32;
Syntax
const short FRACTION = 64;
Syntax
const short PERCENT = 128;
Syntax
const short TEXT = 256;
Syntax
const short DATETIME = 6;
Syntax
const short LOGICAL = 1024;
Syntax
const short UNDEFINED = 2048;
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.