C# 클래스 RDumont.Dately.Cultures.PtBrDateParser

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ResultingTime ( int amount, string unit ) : System.DateTime

메소드 상세

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