C# 클래스 RDumont.Dately.AbstractDateParser

상속: IDateParser
파일 보기 프로젝트 열기: rdumont/Dately

공개 메소드들

메소드 설명
Parse ( string text ) : System.DateTime
TryParse ( string text, System.DateTime &result ) : bool

보호된 메소드들

메소드 설명
AbstractDateParser ( string culture, string name ) : System
GetDateType ( string text ) : DateType

비공개 메소드들

메소드 설명
ParseAgo ( string text ) : System.DateTime
ParseCustom ( string text ) : System.DateTime
ParseFromNow ( string text ) : System.DateTime
ParseSpecial ( string text ) : System.DateTime
TryParseCollection ( IEnumerable patternCollection, string text, DateTime>.Func parseResult ) : DateTime?

메소드 상세

AbstractDateParser() 보호된 메소드

protected AbstractDateParser ( string culture, string name ) : System
culture string
name string
리턴 System

GetDateType() 보호된 추상적인 메소드

protected abstract GetDateType ( string text ) : DateType
text string
리턴 DateType

Parse() 공개 메소드

public Parse ( string text ) : System.DateTime
text string
리턴 System.DateTime

TryParse() 공개 메소드

public TryParse ( string text, System.DateTime &result ) : bool
text string
result System.DateTime
리턴 bool