Mono Class Library: OverviewSystem.Globalization.DateTimeFormatInfo: Members |
The members of System.Globalization.DateTimeFormatInfo are listed below.
See Also: Inherited members from System.Object
Constructs and initializes a new instance of the System.Globalization.DateTimeFormatInfo class that is culture-independent (invariant).
AbbreviatedDayNames string[]. Gets or sets a one-dimensional array of type string containing the culture-specific abbreviated names of the days of the week. AbbreviatedMonthGenitiveNames string[]. Documentation for this section has not yet been entered. AbbreviatedMonthNames string[]. Gets or sets a one-dimensional array of type string containing the culture-specific abbreviated names of the months. AMDesignator string. Gets or sets the string culture-specific designator for hours that are "ante meridiem" (before noon). Calendar Calendar. Documentation for this section has not yet been entered. CalendarWeekRule CalendarWeekRule. Documentation for this section has not yet been entered. [read-only] staticCurrentInfo DateTimeFormatInfo. Gets a read-only System.Globalization.DateTimeFormatInfo instance that formats values based on the current culture. DateSeparator string. Gets or sets the culture-specific string to use to separate the year, month, and day components of a date. DayNames string[]. Gets or sets a one-dimensional array of type string containing the culture-specific full names of the days of the week. FirstDayOfWeek DayOfWeek. Documentation for this section has not yet been entered. FullDateTimePattern string. Gets or sets the format pattern for a long date and long time value. [read-only] staticInvariantInfo DateTimeFormatInfo. Gets a culture invariant instance of System.Globalization.DateTimeFormatInfo that is read-only. [read-only] IsReadOnly bool. Gets a bool value indicating whether the current System.Globalization.DateTimeFormatInfo instance is read-only. LongDatePattern string. Gets or sets the format pattern for a long date value. LongTimePattern string. Gets or sets the format pattern for a long time value. MonthDayPattern string. Gets or sets the format pattern for a month and day value. MonthGenitiveNames string[]. Documentation for this section has not yet been entered. MonthNames string[]. Gets or sets a one-dimensional array of type string containing the culture-specific full names of the months. [read-only] NativeCalendarName string. Documentation for this section has not yet been entered. PMDesignator string. Gets or sets the culture-specific string designator for hours that are "post meridiem" (after noon). [read-only] RFC1123Pattern string. Documentation for this section has not yet been entered. ShortDatePattern string. Gets or sets the format pattern for a short date value. ShortestDayNames string[]. Documentation for this section has not yet been entered. ShortTimePattern string. Gets or sets the format pattern for a short time value. [read-only] SortableDateTimePattern string. Documentation for this section has not yet been entered. TimeSeparator string. Gets or sets the culture-specific string to use to separate the components of time values (hour, minutes, seconds). [read-only] UniversalSortableDateTimePattern string. Documentation for this section has not yet been entered. YearMonthPattern string. Gets or sets the format pattern for a year and month value.
Clone() : object Creates a copy of the current instance.GetAbbreviatedDayName(DayOfWeek) : string Documentation for this section has not yet been entered.GetAbbreviatedEraName(int) : string Documentation for this section has not yet been entered.GetAbbreviatedMonthName(int) : string Gets the abbreviated name of the specified month based on the culture of the current thread.GetAllDateTimePatterns() : string[] Documentation for this section has not yet been entered.GetAllDateTimePatterns(char) : string[] Documentation for this section has not yet been entered.GetDayName(DayOfWeek) : string Documentation for this section has not yet been entered.GetEra(string) : int Gets a int representing the specified era.GetEraName(int) : string Gets the string containing the name of the specified era.GetFormat(Type) : object Returns an object of the specified type that provides DateTime formatting services. staticGetInstance(IFormatProvider) : DateTimeFormatInfo Documentation for this section has not yet been entered.GetMonthName(int) : string Gets the full name of the specified month based on the culture of the current thread.GetShortestDayName(DayOfWeek) : string Documentation for this section has not yet been entered. staticReadOnly(DateTimeFormatInfo) : DateTimeFormatInfo Returns a read-only copy of the specified instance of System.Globalization.DateTimeFormatInfo .SetAllDateTimePatterns(string[], char) Documentation for this section has not yet been entered.