com.zion.jbuddy.bots
Class BotDateTimeStyle

java.lang.Object
  extended by com.zion.jbuddy.bots.BotDateTimeStyle

public class BotDateTimeStyle
extends Object

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

SHORT

public static final BotDateTimeStyle SHORT
A short style pattern. Values are completely numeric.

Examples:

This is the default style.


MEDIUM

public static final BotDateTimeStyle MEDIUM
A medium style pattern. Longer than the SHORT style.

Examples:


LONG

public static final BotDateTimeStyle LONG
A long style pattern. Longer than the MEDIUM style.

Examples:


FULL

public static final BotDateTimeStyle FULL
A full style pattern.

Examples:

Method Detail

toString

public String toString()
Overrides:
toString in class Object


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.