Mono Class Library: Overview

System.Globalization.DateTimeFormatInfo: Members

The members of System.Globalization.DateTimeFormatInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the System.Globalization.DateTimeFormatInfo class that is culture-independent (invariant).

Public Properties

AbbreviatedDayNamesstring[]. Gets or sets a one-dimensional array of type string containing the culture-specific abbreviated names of the days of the week.
AbbreviatedMonthGenitiveNamesstring[]. Documentation for this section has not yet been entered.
AbbreviatedMonthNamesstring[]. Gets or sets a one-dimensional array of type string containing the culture-specific abbreviated names of the months.
AMDesignatorstring. Gets or sets the string culture-specific designator for hours that are "ante meridiem" (before noon).
CalendarCalendar. Documentation for this section has not yet been entered.
CalendarWeekRuleCalendarWeekRule. Documentation for this section has not yet been entered.
[read-only]
static
CurrentInfoDateTimeFormatInfo. Gets a read-only System.Globalization.DateTimeFormatInfo instance that formats values based on the current culture.
DateSeparatorstring. Gets or sets the culture-specific string to use to separate the year, month, and day components of a date.
DayNamesstring[]. Gets or sets a one-dimensional array of type string containing the culture-specific full names of the days of the week.
FirstDayOfWeekDayOfWeek. Documentation for this section has not yet been entered.
FullDateTimePatternstring. Gets or sets the format pattern for a long date and long time value.
[read-only]
static
InvariantInfoDateTimeFormatInfo. Gets a culture invariant instance of System.Globalization.DateTimeFormatInfo that is read-only.
[read-only]
IsReadOnlybool. Gets a bool value indicating whether the current System.Globalization.DateTimeFormatInfo instance is read-only.
LongDatePatternstring. Gets or sets the format pattern for a long date value.
LongTimePatternstring. Gets or sets the format pattern for a long time value.
MonthDayPatternstring. Gets or sets the format pattern for a month and day value.
MonthGenitiveNamesstring[]. Documentation for this section has not yet been entered.
MonthNamesstring[]. Gets or sets a one-dimensional array of type string containing the culture-specific full names of the months.
[read-only]
NativeCalendarNamestring. Documentation for this section has not yet been entered.
PMDesignatorstring. Gets or sets the culture-specific string designator for hours that are "post meridiem" (after noon).
[read-only]
RFC1123Patternstring. Documentation for this section has not yet been entered.
ShortDatePatternstring. Gets or sets the format pattern for a short date value.
ShortestDayNamesstring[]. Documentation for this section has not yet been entered.
ShortTimePatternstring. Gets or sets the format pattern for a short time value.
[read-only]
SortableDateTimePatternstring. Documentation for this section has not yet been entered.
TimeSeparatorstring. Gets or sets the culture-specific string to use to separate the components of time values (hour, minutes, seconds).
[read-only]
UniversalSortableDateTimePatternstring. Documentation for this section has not yet been entered.
YearMonthPatternstring. Gets or sets the format pattern for a year and month value.

Public Methods

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.
static
GetInstance(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.
static
ReadOnly(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.