Uses of Class
blackboard.platform.intl.BbLocale.Time

Packages that use BbLocale.Time
blackboard.platform.intl   
 

Uses of BbLocale.Time in blackboard.platform.intl
 

Fields in blackboard.platform.intl declared as BbLocale.Time
static BbLocale.Time BbLocale.Time.DEFAULT
           
static BbLocale.Time BbLocale.Time.FULL
          a time of the form: 3:58:45 o'clock PM PDT
static BbLocale.Time BbLocale.Time.LONG
          a time of the form: 3:58:45 PM PDT
static BbLocale.Time BbLocale.Time.MEDIUM
          a time of the form: 3:58:45 PM
static BbLocale.Time BbLocale.Time.SHORT
          a time of the form: 3:58 PM
 

Methods in blackboard.platform.intl that return BbLocale.Time
static BbLocale.Time BbLocale.Time.fromExternalString(java.lang.String externalString)
          Returns the BbLocale.Time element specified by the externalString.
static BbLocale.Time[] BbLocale.Time.getValues()
          Returns an array of all of the elements in this enumeration.
 

Methods in blackboard.platform.intl with parameters of type BbLocale.Time
 java.lang.String BbLocale.formatDateTime(java.util.Date dateTime, BbLocale.Date dateStyle, BbLocale.Time timeStyle)
          Formats a date/time according to the current locale and the given date and time styles and returns it as a string.
 java.lang.String BbLocale.formatTime(java.util.Date time, BbLocale.Time timeStyle)
          Formats the time portion of a date according to the current locale and given time style and returns it as a string.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.