C# 클래스 DateTimeParser, ProfessionalAccounting

파일 보기 프로젝트 열기: b1f6c1c4/ProfessionalAccounting 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string str ) : DateTime,
ParseExact ( string str, string format ) : DateTime,
TryParse ( string str, DateTime, &result ) : bool
TryParseExact ( string str, string format, DateTime, &result ) : bool

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string str ) : DateTime,
str string
리턴 DateTime,

ParseExact() 공개 정적인 메소드

public static ParseExact ( string str, string format ) : DateTime,
str string
format string
리턴 DateTime,

TryParse() 공개 정적인 메소드

public static TryParse ( string str, DateTime, &result ) : bool
str string
result DateTime,
리턴 bool

TryParseExact() 공개 정적인 메소드

public static TryParseExact ( string str, string format, DateTime, &result ) : bool
str string
format string
result DateTime,
리턴 bool