C# Class Schumix.Framework.Extensions.DateTimeExtensions

Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode 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 méthode

public static GetMonthNameInInt ( this Name ) : int
Name this
Résultat int

GetMonthNameInInt() public static méthode

public static GetMonthNameInInt ( this Name, string Locale ) : int
Name this
Locale string
Résultat int

IsMonthName() public static méthode

public static IsMonthName ( this Name ) : bool
Name this
Résultat bool

IsMonthName() public static méthode

public static IsMonthName ( this Name, string Locale ) : bool
Name this
Locale string
Résultat bool

ToDayFormat() public static méthode

public static ToDayFormat ( this Day ) : string
Day this
Résultat string

ToHourFormat() public static méthode

public static ToHourFormat ( this Hour ) : string
Hour this
Résultat string

ToMinuteFormat() public static méthode

public static ToMinuteFormat ( this Minute ) : string
Minute this
Résultat string

ToMonthFormat() public static méthode

public static ToMonthFormat ( this Month ) : string
Month this
Résultat string

ToSecondFormat() public static méthode

public static ToSecondFormat ( this Second ) : string
Second this
Résultat string