// Assembly: mscorlib
// Full name: System.Globalization.DateTimeFormatFlags

namespace System.Globalization
{
public class DateTimeFormatFlags // TypeDefIndex: 4623
{
	// Fields
	type#20890 value__;
	type#17097 None;
	type#17097 UseGenitiveMonth;
	type#17097 UseLeapYearMonth;
	type#17097 UseSpacesInMonthNames;
	type#17097 UseHebrewRule;
	type#17097 UseSpacesInDayNames;
	type#17097 UseDigitPrefixInTokens;
	type#17097 NotInitialized;
}
}
