The methods of Java.Text.DateFormat are listed below. For a list of all members, see the DateFormat Members list.
See Also: Inherited members from Java.Text._Format
Format(Java.Util.Date)Formats the specified date using the rules of this date format. | ||
override | Format(Java.Lang.Object, Java.Lang.StringBuffer, FieldPosition)Formats the specified object as a string using the pattern of this date format and appends the string to the specified string buffer. | |
abstract | Format(Java.Util.Date, Java.Lang.StringBuffer, FieldPosition)Formats the specified date as a string using the pattern of this date format and appends the string to the specified string buffer. | |
static | GetAvailableLocales()Returns an array of locales for which custom DateFormat instances are available. | |
static | GetDateInstance(int)Returns a DateFormat instance for formatting and parsing dates in the specified style for the user's default locale. | |
static | GetDateInstance(int, Java.Util.Locale)Returns a DateFormat instance for formatting and parsing dates in the specified style for the specified locale. | |
static | GetDateTimeInstance(int, int)Returns a DateFormat instance for formatting and parsing of both dates and time values in the manner appropriate for the user's default locale. | |
static | GetDateTimeInstance(int, int, Java.Util.Locale)Returns a DateFormat instance for formatting and parsing dates and time values in the specified styles for the specified locale. | |
static | GetTimeInstance(int)Returns a DateFormat instance for formatting and parsing time values in the specified style for the user's default locale. | |
static | GetTimeInstance(int, Java.Util.Locale)Returns a DateFormat instance for formatting and parsing time values in the specified style for the specified locale. | |
Parse(string)Parses a date from the specified string using the rules of this date format. | ||
abstract | Parse(string, ParsePosition)Parses a date from the specified string starting at the index specified by position. | |
override | ParseObject(string, ParsePosition)Parses a date from the specified string starting at the index specified by position. |