C# 클래스 cdeNewtonsoft.Json.Utilities.DateTimeParser

파일 보기 프로젝트 열기: TRUMPF-IoT/C-DEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Day int
Fraction int
Hour int
Minute int
Month int
Second int
Year int
Zone ParserTimeZone
ZoneHour int
ZoneMinute int

공개 메소드들

메소드 설명
Parse ( Array text, int startIndex, int length ) : bool

비공개 메소드들

메소드 설명
DateTimeParser ( ) : System
Parse2Digit ( int start, int &num ) : bool
Parse4Digit ( int start, int &num ) : bool
ParseChar ( int start, char ch ) : bool
ParseDate ( int start ) : bool
ParseTime ( int &start ) : bool
ParseTimeAndZoneAndWhitespace ( int start ) : bool
ParseZone ( int start ) : bool

메소드 상세

Parse() 공개 메소드

public Parse ( Array text, int startIndex, int length ) : bool
text Array
startIndex int
length int
리턴 bool

프로퍼티 상세

Day 공개적으로 프로퍼티

public int Day
리턴 int

Fraction 공개적으로 프로퍼티

public int Fraction
리턴 int

Hour 공개적으로 프로퍼티

public int Hour
리턴 int

Minute 공개적으로 프로퍼티

public int Minute
리턴 int

Month 공개적으로 프로퍼티

public int Month
리턴 int

Second 공개적으로 프로퍼티

public int Second
리턴 int

Year 공개적으로 프로퍼티

public int Year
리턴 int

Zone 공개적으로 프로퍼티

public ParserTimeZone Zone
리턴 ParserTimeZone

ZoneHour 공개적으로 프로퍼티

public int ZoneHour
리턴 int

ZoneMinute 공개적으로 프로퍼티

public int ZoneMinute
리턴 int