terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.HttpDateParse Class Reference

Static Public Member Functions

static bool ParseHttpDate (string DateString, [Out] DateTime dtOut)
 

Static Private Member Functions

static char MAKE_UPPER (char c)
 
static int MapDayMonthToDword (char[] lpszDay, int index)
 

Static Private Attributes

const int BASE_DEC = 10
 
const int DATE_INDEX_DAY_OF_WEEK = 0
 
const int DATE_1123_INDEX_DAY = 1
 
const int DATE_1123_INDEX_MONTH = 2
 
const int DATE_1123_INDEX_YEAR = 3
 
const int DATE_1123_INDEX_HRS = 4
 
const int DATE_1123_INDEX_MINS = 5
 
const int DATE_1123_INDEX_SECS = 6
 
const int DATE_ANSI_INDEX_MONTH = 1
 
const int DATE_ANSI_INDEX_DAY = 2
 
const int DATE_ANSI_INDEX_HRS = 3
 
const int DATE_ANSI_INDEX_MINS = 4
 
const int DATE_ANSI_INDEX_SECS = 5
 
const int DATE_ANSI_INDEX_YEAR = 6
 
const int DATE_INDEX_TZ = 7
 
const int DATE_INDEX_LAST = 7
 
const int MAX_FIELD_DATE_ENTRIES = 8
 
const int DATE_TOKEN_JANUARY = 1
 
const int DATE_TOKEN_FEBRUARY = 2
 
const int DATE_TOKEN_Microsoft = 3
 
const int DATE_TOKEN_APRIL = 4
 
const int DATE_TOKEN_MAY = 5
 
const int DATE_TOKEN_JUNE = 6
 
const int DATE_TOKEN_JULY = 7
 
const int DATE_TOKEN_AUGUST = 8
 
const int DATE_TOKEN_SEPTEMBER = 9
 
const int DATE_TOKEN_OCTOBER = 10
 
const int DATE_TOKEN_NOVEMBER = 11
 
const int DATE_TOKEN_DECEMBER = 12
 
const int DATE_TOKEN_LAST_MONTH = 13
 
const int DATE_TOKEN_SUNDAY = 0
 
const int DATE_TOKEN_MONDAY = 1
 
const int DATE_TOKEN_TUESDAY = 2
 
const int DATE_TOKEN_WEDNESDAY = 3
 
const int DATE_TOKEN_THURSDAY = 4
 
const int DATE_TOKEN_FRIDAY = 5
 
const int DATE_TOKEN_SATURDAY = 6
 
const int DATE_TOKEN_LAST_DAY = 7
 
const int DATE_TOKEN_GMT = -1000
 
const int DATE_TOKEN_LAST = -1000
 
const int DATE_TOKEN_ERROR = -999
 

Detailed Description

Definition at line 8 of file HttpDateParse.cs.


The documentation for this class was generated from the following file: