|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotDateTimeStyle
public class BotDateTimeStyle
Available date/time styles.
These styles control the format of date/time values. The exact format of
date and time values depends on the specified locale. Examples given are for
en_US.
| Field Summary | |
|---|---|
static BotDateTimeStyle |
FULL
A full style pattern. |
static BotDateTimeStyle |
LONG
A long style pattern. |
static BotDateTimeStyle |
MEDIUM
A medium style pattern. |
static BotDateTimeStyle |
SHORT
A short style pattern. |
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BotDateTimeStyle SHORT
Examples:
12/25/023:30 pmThis is the default style.
public static final BotDateTimeStyle MEDIUM
SHORT style.
Examples:
Dec 25, 20023:30 pm
public static final BotDateTimeStyle LONG
MEDIUM style.
Examples:
December 25, 20023:30:52 pm
public static final BotDateTimeStyle FULL
Examples:
Wednesday, December 25, 2002 AD3:30:52 pm EST
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||