// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Utilities.DateTimeParser

namespace Newtonsoft.Json.Utilities
{
public class DateTimeParser // TypeDefIndex: 10267
{
	// Fields
	type#20872 Year;
	type#20872 Month;
	type#20872 Day;
	type#20872 Hour;
	type#20872 Minute;
	type#20872 Second;
	type#20872 Fraction;
	type#20872 ZoneHour;
	type#20872 ZoneMinute;
	type#24254 Zone;
	type#12900 _text;
	type#20868 _end;
	type#13160 Power10;
	type#20881 Lzyyyy;
	type#20881 Lzyyyy_;
	type#20881 Lzyyyy_MM;
	type#20881 Lzyyyy_MM_;
	type#20881 Lzyyyy_MM_dd;
	type#20881 Lzyyyy_MM_ddT;
	type#20881 LzHH;
	type#20881 LzHH_;
	type#20881 LzHH_mm;
	type#20881 LzHH_mm_;
	type#20881 LzHH_mm_ss;
	type#20881 Lz_;
	type#20881 Lz_zz;

	// Methods
	// RVA: -1
	private static type#28660 .cctor() { }
	// RVA: -1
	public type#15313 Parse(type#12899 text, type#20867 startIndex, type#20867 length) { }
	// RVA: -1
	private type#15313 ParseDate(type#20867 start) { }
	// RVA: -1
	private type#15313 ParseTimeAndZoneAndWhitespace(type#20867 start) { }
	// RVA: -1
	private type#15313 ParseTime(type#11942 start) { }
	// RVA: -1
	private type#15313 ParseZone(type#20867 start) { }
	// RVA: -1
	private type#15313 Parse4Digit(type#20867 start, type#11944 num) { }
	// RVA: -1
	private type#15313 Parse2Digit(type#20867 start, type#11944 num) { }
	// RVA: -1
	private type#15313 ParseChar(type#20867 start, type#15837 ch) { }
}
}
