[ DEPRECATED ]
Syntax
constants group TimeDisplayFormat;
Description
This constants define how a time field is formated before it is displayed.
The formate may also depend on the system or document locale.
Field Details
|
|
Syntax
const short STANDARD = 0;
Description
the system standard
Syntax
const short HHMM = 1;
Description
13:49
Syntax
const short HHMMSS = 2;
Description
13:49:20
Syntax
const short HHMMSS00 = 3;
Description
13:49:20.30
Syntax
const short HHMMAMPM = 4;
Description
01:49
Syntax
const short HHMMSSAMPM = 5;
Description
01:49:20
Syntax
const short HHMMSS00AMPM = 6;
Description
01:49:20.30
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.