Bridge

DateTimeFormatInfo Members

The DateTimeFormatInfo type exposes the following members.

Constructors


  Name Description
Public method DateTimeFormatInfo
Initializes a new writable instance of the DateTimeFormatInfo class that is culture-independent (invariant).

Methods


  Name Description
Public method Clone
Creates a shallow copy of the DateTimeFormatInfo.
Public method GetAbbreviatedDayName
Public method GetAbbreviatedMonthName
Returns the culture-specific abbreviated name of the specified month based on the culture associated with the current DateTimeFormatInfo object.
Public method GetAllDateTimePatterns()()()()
Returns all the standard patterns in which date and time values can be formatted.
Public method GetAllDateTimePatterns(String)
Public method GetDayName
Public method GetFormat
Public method GetMonthName
Returns the culture-specific full name of the specified month based on the culture associated with the current DateTimeFormatInfo object.
Public method GetShortestDayName

Properties


  Name Description
Public property AbbreviatedDayNames
Gets or sets a one-dimensional array of type String containing the culture-specific abbreviated names of the days of the week.
Public property AbbreviatedMonthGenitiveNames
Gets or sets a string array of abbreviated month names associated with the current DateTimeFormatInfo object.
Public property AbbreviatedMonthNames
Gets or sets a one-dimensional string array that contains the culture-specific abbreviated names of the months.
Public property AMDesignator
Gets or sets the string designator for hours that are "ante meridiem" (before noon).
Public property Static member CurrentInfo
Gets a read-only DateTimeFormatInfo object that formats values based on the current culture.
Public property DateSeparator
Gets or sets the string that separates the components of a date, that is, the year, month, and day.
Public property DayNames
Gets or sets a one-dimensional string array that contains the culture-specific full names of the days of the week.
Public property FirstDayOfWeek
Gets or sets the first day of the week.
Public property FullDateTimePattern
Gets or sets the custom format string for a long date and long time value.
Public property Static member InvariantInfo
Gets the default read-only DateTimeFormatInfo object that is culture-independent (invariant).
Public property LongDatePattern
Gets or sets the custom format string for a long date value.
Public property LongTimePattern
Gets or sets the custom format string for a long time value.
Public property MonthDayPattern
Gets or sets the custom format string for a month and day value.
Public property MonthGenitiveNames
Gets or sets a string array of month names associated with the current DateTimeFormatInfo object.
Public property MonthNames
Gets or sets a one-dimensional array of type String containing the culture-specific full names of the months.
Public property PMDesignator
Gets or sets the string designator for hours that are "post meridiem" (after noon).
Public property 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.
Public property RoundtripFormat
Public property ShortDatePattern
Gets or sets the custom format string for a short date value.
Public property ShortestDayNames
Gets or sets a string array of the shortest unique abbreviated day names associated with the current DateTimeFormatInfo object.
Public property ShortTimePattern
Gets or sets the custom format string for a short time value.
Public property SortableDateTimePattern
Gets the custom format string for a sortable date and time value.
Public property TimeSeparator
Gets or sets the string that separates the components of time, that is, the hour, minutes, and seconds.
Public property UniversalSortableDateTimePattern
Gets the custom format string for a universal, sortable date and time string.
Public property YearMonthPattern
Gets or sets the custom format string for a year and month value.