Метод | Описание | |
---|---|---|
DateTimeFormat ( string formatString ) | ||
DateTimeFormat ( string formatString, System formatProvider ) | ||
DateTimeFormat ( string formatString ) : System.Globalization |
Initializes a new DateTimeFormat with the specified formatString and DateTimeFormatInfo.CurrentInfo as the formatProvider.
|
|
DateTimeFormat ( string formatString, IFormatProvider formatProvider ) : System.Globalization |
Initializes a new DateTimeFormat with the specified formatString and formatProvider.
|
public DateTimeFormat ( string formatString, System formatProvider ) | ||
formatString | string | |
formatProvider | System |
public DateTimeFormat ( string formatString ) : System.Globalization | ||
formatString | string | Specifies the formatString to be used. |
Результат | System.Globalization |
public DateTimeFormat ( string formatString, IFormatProvider formatProvider ) : System.Globalization | ||
formatString | string | Specifies the formatString to be used. |
formatProvider | IFormatProvider | Specifies the formatProvider to be used. |
Результат | System.Globalization |