DateTimeFormatInfo Properties
Assembly: mscorlib (in mscorlib.dll)
| 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 string array that contains 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 object 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 string array that contains 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 custom format string for a long date and long time value. |
![]() ![]() | InvariantInfo | Gets the default read-only DateTimeFormatInfo object that is culture-independent (invariant). |
![]() | IsReadOnly | Gets a value indicating whether the DateTimeFormatInfo object is read-only. |
![]() | LongDatePattern | Gets or sets the custom format string for a long date value. |
![]() | LongTimePattern | Gets or sets the custom format string for a long time value. |
![]() | MonthDayPattern | Gets or sets the custom format string for a month and day value. |
![]() | 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 custom format string for a time value that is based on the Internet Engineering Task Force (IETF) Request for Comments (RFC) 1123 specification. |
![]() | ShortDatePattern | Gets or sets the custom format string for a short date value. |
![]() | 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 custom format string for a short time value. |
![]() | SortableDateTimePattern | Gets the custom format string for a sortable date and time value. |
![]() | TimeSeparator | Gets or sets the string that separates the components of time, that is, the hour, minutes, and seconds. |
![]() | UniversalSortableDateTimePattern | Gets the custom format string for a universal, sortable date and time string. |
![]() | YearMonthPattern | Gets or sets the custom format string for a year and month value. |

