Java.Text.SimpleDateFormat Members

The members of Java.Text.SimpleDateFormat are listed below.

See Also: Inherited members from Java.Text.DateFormat

Public Constructors

Constructs a new SimpleDateFormat for formatting and parsing dates and times in the SHORT style for the user's default locale.
Constructs a new SimpleDateFormat using the specified non-localized pattern and the DateFormatSymbols and Calendar for the user's default locale.
Constructs a new SimpleDateFormat using the specified non-localized pattern and DateFormatSymbols and the Calendar for the user's default locale.
Constructs a new SimpleDateFormat using the specified non-localized pattern and the DateFormatSymbols and Calendar for the specified locale.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

DateFormatSymbolsDateFormatSymbols. Returns the DateFormatSymbols used by this simple date format.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.