C# Class Jurassic.Library.DateParser

Parses a javascript date string.
ファイルを表示 Open project: paulbartrum/jurassic Class Usage Examples

Private Methods

Method Description
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).