This documentation is archived and is not being maintained.
DateTimeFormatInfo Properties
Visual Studio 2010
The DateTimeFormatInfo type exposes the following members.
| 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 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 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 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 pattern. |
|
InvariantInfo | Gets the default read-only DateTimeFormatInfo 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, which is associated with the "D" standard format string for a long date value. |
|
LongTimePattern | Gets or sets the format pattern for a long time value, which is associated with the "T" format pattern. |
|
MonthDayPattern | Gets or sets the format pattern for a month and day value, which is associated with the "m" and "M" format patterns. |
|
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 patterns. |
|
ShortDatePattern | Gets or sets the format pattern for a short date value, which is associated with the "d" format pattern. |
|
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 pattern. |
|
SortableDateTimePattern | Gets the format pattern for a sortable date and time value, which is associated with the "s" format pattern. |
|
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 pattern. |
|
YearMonthPattern | Gets or sets the format pattern for a year and month value, which is associated with the "y" and "Y" format patterns. |
Show: