Java.Text.SimpleDateFormat: Method Members

The methods of Java.Text.SimpleDateFormat are listed below. For a list of all members, see the SimpleDateFormat Members list.

See Also: Inherited members from Java.Text.DateFormat

Public Methods

ApplyLocalizedPattern(string)
Changes the pattern of this simple date format to the specified pattern which uses localized pattern characters.
ApplyPattern(string)
Changes the pattern of this simple date format to the specified pattern which uses non-localized pattern characters.
override
Format(Java.Util.Date, Java.Lang.StringBuffer, FieldPosition) : Java.Lang.StringBuffer
Formats the specified date as a string using the pattern of this date format and appends the string to the specified string buffer.
Get2DigitYearStart() : Java.Util.Date
Returns the date which is the start of the one hundred year period for two-digit year values.
override
Parse(string, ParsePosition) : Java.Util.Date
Parses a date from the specified string starting at the index specified by position.
Set2DigitYearStart(Java.Util.Date)
Sets the date which is the start of the one hundred year period for two-digit year values.
ToLocalizedPattern() : string
Returns the pattern of this simple date format using localized pattern characters.
ToPattern() : string
Returns the pattern of this simple date format using non-localized pattern characters.