DateTime.GetDateTimeFormats Method
.NET Framework 3.5
Converts the value of this instance to all the string representations supported by the standard date and time format specifiers.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetDateTimeFormats() | Converts the value of this instance to all the string representations supported by the standard date and time format specifiers. |
|
GetDateTimeFormats(Char) | Converts the value of this instance to all the string representations supported by the specified standard date and time format specifier. |
|
GetDateTimeFormats(IFormatProvider) | Converts the value of this instance to all the string representations supported by the standard date and time format specifiers and the specified culture-specific formatting information. |
|
GetDateTimeFormats(Char, IFormatProvider) | Converts the value of this instance to all the string representations supported by the specified standard date and time format specifier and culture-specific formatting information. |