Mono Class Library: Overview

System.Globalization.DateTimeFormatInfo: Method Members

The methods of System.Globalization.DateTimeFormatInfo are listed below. For a list of all members, see the DateTimeFormatInfo Members list.

See Also: Inherited members from System.Object

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.