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 |
public static GetMonthNameInInt ( this Name ) : int | ||
Name | this | |
return | int |
public static GetMonthNameInInt ( this Name, string Locale ) : int | ||
Name | this | |
Locale | string | |
return | int |
public static IsMonthName ( this Name ) : bool | ||
Name | this | |
return | bool |
public static IsMonthName ( this Name, string Locale ) : bool | ||
Name | this | |
Locale | string | |
return | bool |
public static ToDayFormat ( this Day ) : string | ||
Day | this | |
return | string |
public static ToHourFormat ( this Hour ) : string | ||
Hour | this | |
return | string |
public static ToMinuteFormat ( this Minute ) : string | ||
Minute | this | |
return | string |
public static ToMonthFormat ( this Month ) : string | ||
Month | this | |
return | string |
public static ToSecondFormat ( this Second ) : string | ||
Second | this | |
return | string |