| |
Name
|
Description
|
| AbbreviatedDayNames | Gets or sets a one-dimensional array of type String containing the culture-specific abbreviated names of the days of the week. |
| AbbreviatedMonthGenitiveNames | Gets or sets a string array of abbreviated month names associated with the current DateTimeFormatInfo object. |
| AbbreviatedMonthNames | Gets or sets a one-dimensional array of type String containing the culture-specific abbreviated names of the months. |
| AMDesignator | Gets or sets the string designator for hours that are "ante meridiem" (before noon). |
| Calendar | Gets or sets the calendar to use for the current culture. |
| CalendarWeekRule | Gets or sets a value that specifies which rule is used to determine the first calendar week of the year. |
| CurrentInfo | Gets a read-only DateTimeFormatInfo that formats values based on the current culture. |
| DateSeparator | Gets or sets the string that separates the components of a date; that is, the year, month, and day. |
| DayNames | Gets or sets a one-dimensional array of type String containing the culture-specific full names of the days of the week. |
| FirstDayOfWeek | Gets or sets the first day of the week. |
| FullDateTimePattern | Gets or sets the format pattern for a long date and long time value, which is associated with the 'F' format character. |
| InvariantInfo | Gets the default read-only DateTimeFormatInfo that is culture-independent (invariant). |
| IsReadOnly | Gets a value indicating whether the DateTimeFormatInfo is read-only. |
| LongDatePattern | Gets or sets the format pattern for a long date value, which is associated with the 'D' format character. |
| LongTimePattern | Gets or sets the format pattern for a long time value, which is associated with the 'T' format character. |
| MonthDayPattern | Gets or sets the format pattern for a month and day value, which is associated with the 'm' and 'M' format characters. |
| MonthGenitiveNames | Gets or sets a string array of month names associated with the current DateTimeFormatInfo object. |
| MonthNames | Gets or sets a one-dimensional array of type String containing the culture-specific full names of the months. |
| NativeCalendarName | Gets the native name of the calendar associated with the current DateTimeFormatInfo object. |
| PMDesignator | Gets or sets the string designator for hours that are "post meridiem" (after noon). |
| RFC1123Pattern | Gets the format pattern for a time value, which is based on the Internet Engineering Task Force (IETF) Request for Comments (RFC) 1123 specification and is associated with the 'r' and 'R' format characters. |
| ShortDatePattern | Gets or sets the format pattern for a short date value, which is associated with the 'd' format character. |
| ShortestDayNames | Gets or sets a string array of the shortest unique abbreviated day names associated with the current DateTimeFormatInfo object. |
| ShortTimePattern | Gets or sets the format pattern for a short time value, which is associated with the 't' format character. |
| SortableDateTimePattern | Gets the format pattern for a sortable date and time value, which is associated with the 's' format character. |
| TimeSeparator | Gets or sets the string that separates the components of time; that is, the hour, minutes, and seconds. |
| UniversalSortableDateTimePattern | Gets the format pattern for a universal sortable date and time value, which is associated with the 'u' format character. |
| YearMonthPattern | Gets or sets the format pattern for a year and month value, which is associated with the 'y' and 'Y' format characters. |