C# 클래스 Jurassic.Library.DateParser

Parses a javascript date string.
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

비공개 메소드들

메소드 설명
Parse ( string input ) : System.DateTime

Parses a javascript date string.

ParseUnstructured ( string input ) : System.DateTime

Parses an unstructured javascript date string.

PopulateDayOfWeekNames ( ) : HashSet

Constructs a HashSet containing the names of days of the week.

PopulateMonthNames ( ) : int>.Dictionary

Constructs a dictionary containing the names of all the months and a mapping to the number of the month (1-12).

PopulateTimeZones ( ) : int>.Dictionary

Constructs a dictionary containing the names of all the time zones and a mapping to the time zone offset (in hours).