DateTimeFormatInfo Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a shallow copy of the DateTimeFormatInfo. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetAbbreviatedDayName(DayOfWeek) | Returns the culture-specific abbreviated name of the specified day of the week based on the culture associated with the current DateTimeFormatInfo object. |
![]() | GetAbbreviatedEraName(Int32) | Returns the string containing the abbreviated name of the specified era, if an abbreviation exists. |
![]() | GetAbbreviatedMonthName(Int32) | Returns the culture-specific abbreviated name of the specified month based on the culture associated with the current DateTimeFormatInfo object. |
![]() | GetAllDateTimePatterns() | Returns all the standard patterns in which date and time values can be formatted. |
![]() | GetAllDateTimePatterns(Char) | Returns all the patterns in which date and time values can be formatted using the specified standard format string. |
![]() | GetDayName(DayOfWeek) | Returns the culture-specific full name of the specified day of the week based on the culture associated with the current DateTimeFormatInfo object. |
![]() | GetEra(String^) | Returns the integer representing the specified era. |
![]() | GetEraName(Int32) | Returns the string containing the name of the specified era. |
![]() | GetFormat(Type^) | Returns an object of the specified type that provides a date and time formatting service. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetInstance(IFormatProvider^) | Returns the DateTimeFormatInfo object associated with the specified IFormatProvider. |
![]() | GetMonthName(Int32) | Returns the culture-specific full name of the specified month based on the culture associated with the current DateTimeFormatInfo object. |
![]() | GetShortestDayName(DayOfWeek) | Obtains the shortest abbreviated day name for a specified day of the week associated with the current DateTimeFormatInfo object. |
![]() | GetType() | |
![]() ![]() | ReadOnly(DateTimeFormatInfo^) | Returns a read-only DateTimeFormatInfo wrapper. |
![]() | SetAllDateTimePatterns(array<String^>^, Char) | Sets the custom date and time format strings that correspond to a specified standard format string. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

