C# 클래스 Schumix.Framework.Extensions.DateTimeExtensions

파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
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