C# Класс SupportClass.DateTimeFormatManager.DateTimeFormatHashTable, csharp-ldap

Наследование: Hashtable
Показать файл Открыть проект

Открытые методы

Метод Описание
GetDateFormatPattern ( System format ) : string

Gets the current format pattern of the DateTimeFormat instance

GetTimeFormatPattern ( System format ) : string

Gets the current format pattern of the DateTimeFormat instance

SetDateFormatPattern ( System format, System newPattern ) : void

Sets the format for datetime.

SetTimeFormatPattern ( System format, System newPattern ) : void

Sets the datetimeformat pattern to the giving format

Описание методов

GetDateFormatPattern() публичный Метод

Gets the current format pattern of the DateTimeFormat instance
public GetDateFormatPattern ( System format ) : string
format System The DateTimeFormat instance which the value will be obtained
Результат string

GetTimeFormatPattern() публичный Метод

Gets the current format pattern of the DateTimeFormat instance
public GetTimeFormatPattern ( System format ) : string
format System The DateTimeFormat instance which the value will be obtained
Результат string

SetDateFormatPattern() публичный Метод

Sets the format for datetime.
public SetDateFormatPattern ( System format, System newPattern ) : void
format System DateTimeFormat instance to set the pattern
newPattern System A string with the pattern format
Результат void

SetTimeFormatPattern() публичный Метод

Sets the datetimeformat pattern to the giving format
public SetTimeFormatPattern ( System format, System newPattern ) : void
format System The datetimeformat instance to set
newPattern System The new datetimeformat pattern
Результат void