The following tables list the members exposed by the DateTimeFormatInfo type.
Public Properties
|
AbbreviatedDayNames |
Gets a one-dimensional array of String objects that contain the culture-specific abbreviated names of the days of the week. |
|
AbbreviatedMonthNames |
Gets a one-dimensional array of String objects that contain the culture-specific abbreviated names of the months. |
|
AMDesignator |
Gets the string designator for hours that are "ante meridiem" (before noon). |
|
CurrentInfo |
Gets a read-only DateTimeFormatInfo object that formats values based on the current culture. |
|
DateSeparator |
Gets the string that separates the components of a date (year, month, and day). |
|
DayNames |
Gets a one-dimensional array of String objects that contain the culture-specific full names of the days of the week. |
|
FullDateTimePattern |
Gets the format pattern for a long date and long time value, which is associated with the "F" format character. |
|
LongDatePattern |
Gets the format pattern for a long date value, which is associated with the "D" format character. |
|
LongTimePattern |
Gets the format pattern for a long time value, which is associated with the "T" format character. |
|
MonthDayPattern |
Gets the format pattern for a month and day value, which is associated with the "m" and "M" format characters. |
|
MonthNames |
Gets a one-dimensional array of String objects that contain the culture-specific full names of the months. |
|
PMDesignator |
Gets the string designator for hours that are "post meridiem" (after noon). |
|
ShortDatePattern |
Gets the format pattern for a short date value, which is associated with the "d" format character. |
|
ShortTimePattern |
Gets the format pattern for a short time value, which is associated with the "t" format character. |
|
TimeSeparator |
Gets the string that separates the components of time, as expressed on the system clock (hour, minutes, and seconds). |
|
YearMonthPattern |
Gets the format pattern for a year and month value, which is associated with the "y" and "Y" format characters. |
Public Methods
See Also
Reference
DateTimeFormatInfo Class
System.Globalization Namespace