C# Class Schumix.Framework.Extensions.DateTimeExtensions

Datei anzeigen Open project: Schumix/Schumix2

Public Methods

Method Description
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

Method Details

GetMonthNameInInt() public static method

public static GetMonthNameInInt ( this Name ) : int
Name this
return int

GetMonthNameInInt() public static method

public static GetMonthNameInInt ( this Name, string Locale ) : int
Name this
Locale string
return int

IsMonthName() public static method

public static IsMonthName ( this Name ) : bool
Name this
return bool

IsMonthName() public static method

public static IsMonthName ( this Name, string Locale ) : bool
Name this
Locale string
return bool

ToDayFormat() public static method

public static ToDayFormat ( this Day ) : string
Day this
return string

ToHourFormat() public static method

public static ToHourFormat ( this Hour ) : string
Hour this
return string

ToMinuteFormat() public static method

public static ToMinuteFormat ( this Minute ) : string
Minute this
return string

ToMonthFormat() public static method

public static ToMonthFormat ( this Month ) : string
Month this
return string

ToSecondFormat() public static method

public static ToSecondFormat ( this Second ) : string
Second this
return string