C# Класс Schumix.Framework.Extensions.DateTimeExtensions

Показать файл Открыть проект

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

Метод Описание
GetMonthNameInInt ( this Name ) : int
GetMonthNameInInt ( this Name, string Locale ) : int
IsMonthName ( this Name ) : bool
IsMonthName ( this Name, string Locale ) : bool
ToDayFormat ( this Day ) : string
ToHourFormat ( this Hour ) : string
ToMinuteFormat ( this Minute ) : string
ToMonthFormat ( this Month ) : string
ToSecondFormat ( this Second ) : string

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

GetMonthNameInInt() публичный статический Метод

public static GetMonthNameInInt ( this Name ) : int
Name this
Результат int

GetMonthNameInInt() публичный статический Метод

public static GetMonthNameInInt ( this Name, string Locale ) : int
Name this
Locale string
Результат int

IsMonthName() публичный статический Метод

public static IsMonthName ( this Name ) : bool
Name this
Результат bool

IsMonthName() публичный статический Метод

public static IsMonthName ( this Name, string Locale ) : bool
Name this
Locale string
Результат bool

ToDayFormat() публичный статический Метод

public static ToDayFormat ( this Day ) : string
Day this
Результат string

ToHourFormat() публичный статический Метод

public static ToHourFormat ( this Hour ) : string
Hour this
Результат string

ToMinuteFormat() публичный статический Метод

public static ToMinuteFormat ( this Minute ) : string
Minute this
Результат string

ToMonthFormat() публичный статический Метод

public static ToMonthFormat ( this Month ) : string
Month this
Результат string

ToSecondFormat() публичный статический Метод

public static ToSecondFormat ( this Second ) : string
Second this
Результат string