The members of Java.Text.SimpleDateFormat are listed below.
See Also: Inherited members from Java.Text.DateFormat
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
DateFormatSymbols | DateFormatSymbols. Returns the DateFormatSymbols used by this simple date format. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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)Formats the specified date as a string using the pattern of this date format and appends the string to the specified string buffer. | |
Get2DigitYearStart()Returns the date which is the start of the one hundred year period for two-digit year values. | ||
override | Parse(string, ParsePosition)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()Returns the pattern of this simple date format using localized pattern characters. | ||
ToPattern()Returns the pattern of this simple date format using non-localized pattern characters. |