m
This commit is contained in:
@@ -0,0 +1,1566 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Globalization
|
||||
{
|
||||
/// <summary>Provides culture-specific information about the format of date and time values.</summary>
|
||||
// Token: 0x020002DB RID: 731
|
||||
[Token(Token = "0x20002DB")]
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public sealed class DateTimeFormatInfo : ICloneable, IFormatProvider
|
||||
{
|
||||
// Token: 0x06001B23 RID: 6947 RVA: 0x00012228 File Offset: 0x00010428
|
||||
[Token(Token = "0x6001B23")]
|
||||
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690")]
|
||||
private static bool InitPreferExistingTokens()
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x1700034A RID: 842
|
||||
// (get) Token: 0x06001B24 RID: 6948 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700034A")]
|
||||
private string CultureName
|
||||
{
|
||||
[Token(Token = "0x6001B24")]
|
||||
[Address(RVA = "0xD4C200", Offset = "0xD4B200", VA = "0x180D4C200")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700034B RID: 843
|
||||
// (get) Token: 0x06001B25 RID: 6949 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700034B")]
|
||||
private CultureInfo Culture
|
||||
{
|
||||
[Token(Token = "0x6001B25")]
|
||||
[Address(RVA = "0xD4C230", Offset = "0xD4B230", VA = "0x180D4C230")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700034C RID: 844
|
||||
// (get) Token: 0x06001B26 RID: 6950 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700034C")]
|
||||
private string LanguageName
|
||||
{
|
||||
[Token(Token = "0x6001B26")]
|
||||
[Address(RVA = "0xD4D220", Offset = "0xD4C220", VA = "0x180D4D220")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06001B27 RID: 6951 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B27")]
|
||||
[Address(RVA = "0xD4D8F0", Offset = "0xD4C8F0", VA = "0x180D4D8F0")]
|
||||
private string[] internalGetAbbreviatedDayOfWeekNames()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B28 RID: 6952 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B28")]
|
||||
[Address(RVA = "0xD4D9D0", Offset = "0xD4C9D0", VA = "0x180D4D9D0")]
|
||||
private string[] internalGetDayOfWeekNames()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B29 RID: 6953 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B29")]
|
||||
[Address(RVA = "0xD4D960", Offset = "0xD4C960", VA = "0x180D4D960")]
|
||||
private string[] internalGetAbbreviatedMonthNames()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B2A RID: 6954 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B2A")]
|
||||
[Address(RVA = "0xD4DD80", Offset = "0xD4CD80", VA = "0x180D4DD80")]
|
||||
private string[] internalGetMonthNames()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new writable instance of the <see cref="T:System.Globalization.DateTimeFormatInfo" /> class that is culture-independent (invariant).</summary>
|
||||
// Token: 0x06001B2B RID: 6955 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B2B")]
|
||||
[Address(RVA = "0xD4B8E0", Offset = "0xD4A8E0", VA = "0x180D4B8E0")]
|
||||
public DateTimeFormatInfo()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B2C RID: 6956 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B2C")]
|
||||
[Address(RVA = "0xD4BA10", Offset = "0xD4AA10", VA = "0x180D4BA10")]
|
||||
internal DateTimeFormatInfo(CultureData cultureData, Calendar cal)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B2D RID: 6957 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B2D")]
|
||||
[Address(RVA = "0xD49DA0", Offset = "0xD48DA0", VA = "0x180D49DA0")]
|
||||
private void InitializeOverridableProperties(CultureData cultureData, int calendarID)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B2E RID: 6958 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B2E")]
|
||||
[Address(RVA = "0xD4A660", Offset = "0xD49660", VA = "0x180D4A660")]
|
||||
[OnDeserialized]
|
||||
private void OnDeserialized(StreamingContext ctx)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B2F RID: 6959 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B2F")]
|
||||
[Address(RVA = "0xD4ACC0", Offset = "0xD49CC0", VA = "0x180D4ACC0")]
|
||||
[OnSerializing]
|
||||
private void OnSerializing(StreamingContext ctx)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets the default read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object that is culture-independent (invariant).</summary>
|
||||
/// <returns>A read-only object that is culture-independent (invariant).</returns>
|
||||
// Token: 0x1700034D RID: 845
|
||||
// (get) Token: 0x06001B30 RID: 6960 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700034D")]
|
||||
public static DateTimeFormatInfo InvariantInfo
|
||||
{
|
||||
[Token(Token = "0x6001B30")]
|
||||
[Address(RVA = "0xD4CFF0", Offset = "0xD4BFF0", VA = "0x180D4CFF0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets a read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object that formats values based on the current culture.</summary>
|
||||
/// <returns>A read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> object based on the <see cref="T:System.Globalization.CultureInfo" /> object for the current thread.</returns>
|
||||
// Token: 0x1700034E RID: 846
|
||||
// (get) Token: 0x06001B31 RID: 6961 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700034E")]
|
||||
public static DateTimeFormatInfo CurrentInfo
|
||||
{
|
||||
[Token(Token = "0x6001B31")]
|
||||
[Address(RVA = "0xD4C2C0", Offset = "0xD4B2C0", VA = "0x180D4C2C0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Returns the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object associated with the specified <see cref="T:System.IFormatProvider" />.</summary>
|
||||
/// <param name="provider">The <see cref="T:System.IFormatProvider" /> that gets the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.
|
||||
/// -or-
|
||||
/// <see langword="null" /> to get <see cref="P:System.Globalization.DateTimeFormatInfo.CurrentInfo" />.</param>
|
||||
/// <returns>A <see cref="T:System.Globalization.DateTimeFormatInfo" /> object associated with <see cref="T:System.IFormatProvider" />.</returns>
|
||||
// Token: 0x06001B32 RID: 6962 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B32")]
|
||||
[Address(RVA = "0xD49500", Offset = "0xD48500", VA = "0x180D49500")]
|
||||
public static DateTimeFormatInfo GetInstance(IFormatProvider provider)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Returns an object of the specified type that provides a date and time formatting service.</summary>
|
||||
/// <param name="formatType">The type of the required formatting service.</param>
|
||||
/// <returns>The current object, if <paramref name="formatType" /> is the same as the type of the current <see cref="T:System.Globalization.DateTimeFormatInfo" />; otherwise, <see langword="null" />.</returns>
|
||||
// Token: 0x06001B33 RID: 6963 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B33")]
|
||||
[Address(RVA = "0xD49470", Offset = "0xD48470", VA = "0x180D49470", Slot = "5")]
|
||||
public object GetFormat(Type formatType)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Creates a shallow copy of the <see cref="T:System.Globalization.DateTimeFormatInfo" />.</summary>
|
||||
/// <returns>A new <see cref="T:System.Globalization.DateTimeFormatInfo" /> object copied from the original <see cref="T:System.Globalization.DateTimeFormatInfo" />.</returns>
|
||||
// Token: 0x06001B34 RID: 6964 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B34")]
|
||||
[Address(RVA = "0xD474C0", Offset = "0xD464C0", VA = "0x180D474C0", Slot = "4")]
|
||||
public object Clone()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the string designator for hours that are "ante meridiem" (before noon).</summary>
|
||||
/// <returns>The string designator for hours that are ante meridiem. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "AM".</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x1700034F RID: 847
|
||||
// (get) Token: 0x06001B35 RID: 6965 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700034F")]
|
||||
public string AMDesignator
|
||||
{
|
||||
[Token(Token = "0x6001B35")]
|
||||
[Address(RVA = "0x41CEF0", Offset = "0x41BEF0", VA = "0x18041CEF0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the calendar to use for the current culture.</summary>
|
||||
/// <returns>The calendar to use for the current culture. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is a <see cref="T:System.Globalization.GregorianCalendar" /> object.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to a <see cref="T:System.Globalization.Calendar" /> object that is not valid for the current culture.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000350 RID: 848
|
||||
// (get) Token: 0x06001B36 RID: 6966 RVA: 0x00002082 File Offset: 0x00000282
|
||||
// (set) Token: 0x06001B37 RID: 6967 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000350")]
|
||||
public Calendar Calendar
|
||||
{
|
||||
[Token(Token = "0x6001B36")]
|
||||
[Address(RVA = "0x4177C0", Offset = "0x4167C0", VA = "0x1804177C0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x6001B37")]
|
||||
[Address(RVA = "0xD4DDF0", Offset = "0xD4CDF0", VA = "0x180D4DDF0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000351 RID: 849
|
||||
// (get) Token: 0x06001B38 RID: 6968 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000351")]
|
||||
private int[] OptionalCalendars
|
||||
{
|
||||
[Token(Token = "0x6001B38")]
|
||||
[Address(RVA = "0xD4D510", Offset = "0xD4C510", VA = "0x180D4D510")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000352 RID: 850
|
||||
// (get) Token: 0x06001B39 RID: 6969 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000352")]
|
||||
internal string[] EraNames
|
||||
{
|
||||
[Token(Token = "0x6001B39")]
|
||||
[Address(RVA = "0xD4C690", Offset = "0xD4B690", VA = "0x180D4C690")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Returns the string containing the name of the specified era.</summary>
|
||||
/// <param name="era">The integer representing the era.</param>
|
||||
/// <returns>A string containing the name of the era.</returns>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="era" /> does not represent a valid era in the calendar specified in the <see cref="P:System.Globalization.DateTimeFormatInfo.Calendar" /> property.</exception>
|
||||
// Token: 0x06001B3A RID: 6970 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B3A")]
|
||||
[Address(RVA = "0xD49330", Offset = "0xD48330", VA = "0x180D49330")]
|
||||
public string GetEraName(int era)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x17000353 RID: 851
|
||||
// (get) Token: 0x06001B3B RID: 6971 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000353")]
|
||||
internal string[] AbbreviatedEraNames
|
||||
{
|
||||
[Token(Token = "0x6001B3B")]
|
||||
[Address(RVA = "0xD4BBA0", Offset = "0xD4ABA0", VA = "0x180D4BBA0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Returns the string containing the abbreviated name of the specified era, if an abbreviation exists.</summary>
|
||||
/// <param name="era">The integer representing the era.</param>
|
||||
/// <returns>A string containing the abbreviated name of the specified era, if an abbreviation exists.
|
||||
/// -or-
|
||||
/// A string containing the full name of the era, if an abbreviation does not exist.</returns>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="era" /> does not represent a valid era in the calendar specified in the <see cref="P:System.Globalization.DateTimeFormatInfo.Calendar" /> property.</exception>
|
||||
// Token: 0x06001B3C RID: 6972 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B3C")]
|
||||
[Address(RVA = "0xD48950", Offset = "0xD47950", VA = "0x180D48950")]
|
||||
public string GetAbbreviatedEraName(int era)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x17000354 RID: 852
|
||||
// (get) Token: 0x06001B3D RID: 6973 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000354")]
|
||||
internal string[] AbbreviatedEnglishEraNames
|
||||
{
|
||||
[Token(Token = "0x6001B3D")]
|
||||
[Address(RVA = "0xD4BB30", Offset = "0xD4AB30", VA = "0x180D4BB30")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the string that separates the components of a date, that is, the year, month, and day.</summary>
|
||||
/// <returns>The string that separates the components of a date, that is, the year, month, and day. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "/".</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000355 RID: 853
|
||||
// (get) Token: 0x06001B3E RID: 6974 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000355")]
|
||||
public string DateSeparator
|
||||
{
|
||||
[Token(Token = "0x6001B3E")]
|
||||
[Address(RVA = "0x4975A0", Offset = "0x4965A0", VA = "0x1804975A0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the custom format string for a long date and long time value.</summary>
|
||||
/// <returns>The custom format string for a long date and long time value.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000356 RID: 854
|
||||
// (get) Token: 0x06001B3F RID: 6975 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000356")]
|
||||
public string FullDateTimePattern
|
||||
{
|
||||
[Token(Token = "0x6001B3F")]
|
||||
[Address(RVA = "0xD4CB80", Offset = "0xD4BB80", VA = "0x180D4CB80")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the custom format string for a long date value.</summary>
|
||||
/// <returns>The custom format string for a long date value.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000357 RID: 855
|
||||
// (get) Token: 0x06001B40 RID: 6976 RVA: 0x00002082 File Offset: 0x00000282
|
||||
// (set) Token: 0x06001B41 RID: 6977 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000357")]
|
||||
public string LongDatePattern
|
||||
{
|
||||
[Token(Token = "0x6001B40")]
|
||||
[Address(RVA = "0xD4D250", Offset = "0xD4C250", VA = "0x180D4D250")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x6001B41")]
|
||||
[Address(RVA = "0xD4E0D0", Offset = "0xD4D0D0", VA = "0x180D4E0D0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the custom format string for a long time value.</summary>
|
||||
/// <returns>The format pattern for a long time value.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000358 RID: 856
|
||||
// (get) Token: 0x06001B42 RID: 6978 RVA: 0x00002082 File Offset: 0x00000282
|
||||
// (set) Token: 0x06001B43 RID: 6979 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000358")]
|
||||
public string LongTimePattern
|
||||
{
|
||||
[Token(Token = "0x6001B42")]
|
||||
[Address(RVA = "0xD4D2A0", Offset = "0xD4C2A0", VA = "0x180D4D2A0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x6001B43")]
|
||||
[Address(RVA = "0xD4E1C0", Offset = "0xD4D1C0", VA = "0x180D4E1C0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the custom format string for a month and day value.</summary>
|
||||
/// <returns>The custom format string for a month and day value.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000359 RID: 857
|
||||
// (get) Token: 0x06001B44 RID: 6980 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000359")]
|
||||
public string MonthDayPattern
|
||||
{
|
||||
[Token(Token = "0x6001B44")]
|
||||
[Address(RVA = "0xD4D320", Offset = "0xD4C320", VA = "0x180D4D320")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the string designator for hours that are "post meridiem" (after noon).</summary>
|
||||
/// <returns>The string designator for hours that are "post meridiem" (after noon). The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is "PM".</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x1700035A RID: 858
|
||||
// (get) Token: 0x06001B45 RID: 6981 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700035A")]
|
||||
public string PMDesignator
|
||||
{
|
||||
[Token(Token = "0x6001B45")]
|
||||
[Address(RVA = "0x417680", Offset = "0x416680", VA = "0x180417680")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets the custom format string for a time value that is based on the Internet Engineering Task Force (IETF) Request for Comments (RFC) 1123 specification.</summary>
|
||||
/// <returns>The custom format string for a time value that is based on the IETF RFC 1123 specification.</returns>
|
||||
// Token: 0x1700035B RID: 859
|
||||
// (get) Token: 0x06001B46 RID: 6982 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700035B")]
|
||||
public string RFC1123Pattern
|
||||
{
|
||||
[Token(Token = "0x6001B46")]
|
||||
[Address(RVA = "0xD4D550", Offset = "0xD4C550", VA = "0x180D4D550")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the custom format string for a short date value.</summary>
|
||||
/// <returns>The custom format string for a short date value.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x1700035C RID: 860
|
||||
// (get) Token: 0x06001B47 RID: 6983 RVA: 0x00002082 File Offset: 0x00000282
|
||||
// (set) Token: 0x06001B48 RID: 6984 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x1700035C")]
|
||||
public string ShortDatePattern
|
||||
{
|
||||
[Token(Token = "0x6001B47")]
|
||||
[Address(RVA = "0xD4D580", Offset = "0xD4C580", VA = "0x180D4D580")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x6001B48")]
|
||||
[Address(RVA = "0xD4E2B0", Offset = "0xD4D2B0", VA = "0x180D4E2B0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the custom format string for a short time value.</summary>
|
||||
/// <returns>The custom format string for a short time value.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x1700035D RID: 861
|
||||
// (get) Token: 0x06001B49 RID: 6985 RVA: 0x00002082 File Offset: 0x00000282
|
||||
// (set) Token: 0x06001B4A RID: 6986 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x1700035D")]
|
||||
public string ShortTimePattern
|
||||
{
|
||||
[Token(Token = "0x6001B49")]
|
||||
[Address(RVA = "0xD4D5D0", Offset = "0xD4C5D0", VA = "0x180D4D5D0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x6001B4A")]
|
||||
[Address(RVA = "0xD4E3A0", Offset = "0xD4D3A0", VA = "0x180D4E3A0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets the custom format string for a sortable date and time value.</summary>
|
||||
/// <returns>The custom format string for a sortable date and time value.</returns>
|
||||
// Token: 0x1700035E RID: 862
|
||||
// (get) Token: 0x06001B4B RID: 6987 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700035E")]
|
||||
public string SortableDateTimePattern
|
||||
{
|
||||
[Token(Token = "0x6001B4B")]
|
||||
[Address(RVA = "0xD4D650", Offset = "0xD4C650", VA = "0x180D4D650")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700035F RID: 863
|
||||
// (get) Token: 0x06001B4C RID: 6988 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700035F")]
|
||||
internal string GeneralShortTimePattern
|
||||
{
|
||||
[Token(Token = "0x6001B4C")]
|
||||
[Address(RVA = "0xD4CEA0", Offset = "0xD4BEA0", VA = "0x180D4CEA0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000360 RID: 864
|
||||
// (get) Token: 0x06001B4D RID: 6989 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000360")]
|
||||
internal string GeneralLongTimePattern
|
||||
{
|
||||
[Token(Token = "0x6001B4D")]
|
||||
[Address(RVA = "0xD4CDF0", Offset = "0xD4BDF0", VA = "0x180D4CDF0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000361 RID: 865
|
||||
// (get) Token: 0x06001B4E RID: 6990 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000361")]
|
||||
internal string DateTimeOffsetPattern
|
||||
{
|
||||
[Token(Token = "0x6001B4E")]
|
||||
[Address(RVA = "0xD4C3C0", Offset = "0xD4B3C0", VA = "0x180D4C3C0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the string that separates the components of time, that is, the hour, minutes, and seconds.</summary>
|
||||
/// <returns>The string that separates the components of time. The default for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> is ":".</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000362 RID: 866
|
||||
// (get) Token: 0x06001B4F RID: 6991 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000362")]
|
||||
public string TimeSeparator
|
||||
{
|
||||
[Token(Token = "0x6001B4F")]
|
||||
[Address(RVA = "0x417720", Offset = "0x416720", VA = "0x180417720")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets the custom format string for a universal, sortable date and time string.</summary>
|
||||
/// <returns>The custom format string for a universal, sortable date and time string.</returns>
|
||||
// Token: 0x17000363 RID: 867
|
||||
// (get) Token: 0x06001B50 RID: 6992 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000363")]
|
||||
public string UniversalSortableDateTimePattern
|
||||
{
|
||||
[Token(Token = "0x6001B50")]
|
||||
[Address(RVA = "0xD4D870", Offset = "0xD4C870", VA = "0x180D4D870")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the custom format string for a year and month value.</summary>
|
||||
/// <returns>The custom format string for a year and month value.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000364 RID: 868
|
||||
// (get) Token: 0x06001B51 RID: 6993 RVA: 0x00002082 File Offset: 0x00000282
|
||||
// (set) Token: 0x06001B52 RID: 6994 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000364")]
|
||||
public string YearMonthPattern
|
||||
{
|
||||
[Token(Token = "0x6001B51")]
|
||||
[Address(RVA = "0xD4D8A0", Offset = "0xD4C8A0", VA = "0x180D4D8A0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x6001B52")]
|
||||
[Address(RVA = "0xD4E490", Offset = "0xD4D490", VA = "0x180D4E490")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets a one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific abbreviated names of the days of the week.</summary>
|
||||
/// <returns>A one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific abbreviated names of the days of the week. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", and "Sat".</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 7.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000365 RID: 869
|
||||
// (get) Token: 0x06001B53 RID: 6995 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000365")]
|
||||
public string[] AbbreviatedDayNames
|
||||
{
|
||||
[Token(Token = "0x6001B53")]
|
||||
[Address(RVA = "0xD4BA70", Offset = "0xD4AA70", VA = "0x180D4BA70")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets a one-dimensional string array that contains the culture-specific full names of the days of the week.</summary>
|
||||
/// <returns>A one-dimensional string array that contains the culture-specific full names of the days of the week. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday".</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 7.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000366 RID: 870
|
||||
// (get) Token: 0x06001B54 RID: 6996 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000366")]
|
||||
public string[] DayNames
|
||||
{
|
||||
[Token(Token = "0x6001B54")]
|
||||
[Address(RVA = "0xD4C5D0", Offset = "0xD4B5D0", VA = "0x180D4C5D0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets a one-dimensional string array that contains the culture-specific abbreviated names of the months.</summary>
|
||||
/// <returns>A one-dimensional string array with 13 elements that contains the culture-specific abbreviated names of the months. For 12-month calendars, the 13th element of the array is an empty string. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", and "".</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 13.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000367 RID: 871
|
||||
// (get) Token: 0x06001B55 RID: 6997 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000367")]
|
||||
public string[] AbbreviatedMonthNames
|
||||
{
|
||||
[Token(Token = "0x6001B55")]
|
||||
[Address(RVA = "0xD4BC10", Offset = "0xD4AC10", VA = "0x180D4BC10")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets a one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific full names of the months.</summary>
|
||||
/// <returns>A one-dimensional array of type <see cref="T:System.String" /> containing the culture-specific full names of the months. In a 12-month calendar, the 13th element of the array is an empty string. The array for <see cref="P:System.Globalization.DateTimeFormatInfo.InvariantInfo" /> contains "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", and "".</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The property is being set to <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.ArgumentException">The property is being set to an array that is multidimensional or that has a length that is not exactly 13.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">The property is being set and the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000368 RID: 872
|
||||
// (get) Token: 0x06001B56 RID: 6998 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000368")]
|
||||
public string[] MonthNames
|
||||
{
|
||||
[Token(Token = "0x6001B56")]
|
||||
[Address(RVA = "0xD4D450", Offset = "0xD4C450", VA = "0x180D4D450")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000369 RID: 873
|
||||
// (get) Token: 0x06001B57 RID: 6999 RVA: 0x00012240 File Offset: 0x00010440
|
||||
[Token(Token = "0x17000369")]
|
||||
internal bool HasSpacesInMonthNames
|
||||
{
|
||||
[Token(Token = "0x6001B57")]
|
||||
[Address(RVA = "0xD4CFB0", Offset = "0xD4BFB0", VA = "0x180D4CFB0")]
|
||||
get
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700036A RID: 874
|
||||
// (get) Token: 0x06001B58 RID: 7000 RVA: 0x00012258 File Offset: 0x00010458
|
||||
[Token(Token = "0x1700036A")]
|
||||
internal bool HasSpacesInDayNames
|
||||
{
|
||||
[Token(Token = "0x6001B58")]
|
||||
[Address(RVA = "0xD4CF90", Offset = "0xD4BF90", VA = "0x180D4CF90")]
|
||||
get
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06001B59 RID: 7001 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B59")]
|
||||
[Address(RVA = "0xD4DB80", Offset = "0xD4CB80", VA = "0x180D4DB80")]
|
||||
internal string internalGetMonthName(int month, MonthNameStyles style, bool abbreviated)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B5A RID: 7002 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B5A")]
|
||||
[Address(RVA = "0xD4DA40", Offset = "0xD4CA40", VA = "0x180D4DA40")]
|
||||
private string[] internalGetGenitiveMonthNames(bool abbreviated)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B5B RID: 7003 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B5B")]
|
||||
[Address(RVA = "0xD4DB10", Offset = "0xD4CB10", VA = "0x180D4DB10")]
|
||||
internal string[] internalGetLeapYearMonthNames()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Returns the culture-specific abbreviated name of the specified day of the week based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
|
||||
/// <param name="dayofweek">A <see cref="T:System.DayOfWeek" /> value.</param>
|
||||
/// <returns>The culture-specific abbreviated name of the day of the week represented by <paramref name="dayofweek" />.</returns>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="dayofweek" /> is not a valid <see cref="T:System.DayOfWeek" /> value.</exception>
|
||||
// Token: 0x06001B5C RID: 7004 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B5C")]
|
||||
[Address(RVA = "0xD48800", Offset = "0xD47800", VA = "0x180D48800")]
|
||||
public string GetAbbreviatedDayName(DayOfWeek dayofweek)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B5D RID: 7005 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B5D")]
|
||||
[Address(RVA = "0xD49080", Offset = "0xD48080", VA = "0x180D49080")]
|
||||
private static string[] GetCombinedPatterns(string[] patterns1, string[] patterns2, string connectString)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Returns all the patterns in which date and time values can be formatted using the specified standard format string.</summary>
|
||||
/// <param name="format">A standard format string.</param>
|
||||
/// <returns>An array containing the standard patterns in which date and time values can be formatted using the specified format string.</returns>
|
||||
/// <exception cref="T:System.ArgumentException">
|
||||
/// <paramref name="format" /> is not a valid standard format string.</exception>
|
||||
// Token: 0x06001B5E RID: 7006 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B5E")]
|
||||
[Address(RVA = "0xD48C20", Offset = "0xD47C20", VA = "0x180D48C20")]
|
||||
public string[] GetAllDateTimePatterns(char format)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Returns the culture-specific full name of the specified day of the week based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
|
||||
/// <param name="dayofweek">A <see cref="T:System.DayOfWeek" /> value.</param>
|
||||
/// <returns>The culture-specific full name of the day of the week represented by <paramref name="dayofweek" />.</returns>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="dayofweek" /> is not a valid <see cref="T:System.DayOfWeek" /> value.</exception>
|
||||
// Token: 0x06001B5F RID: 7007 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B5F")]
|
||||
[Address(RVA = "0xD491E0", Offset = "0xD481E0", VA = "0x180D491E0")]
|
||||
public string GetDayName(DayOfWeek dayofweek)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Returns the culture-specific abbreviated name of the specified month based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
|
||||
/// <param name="month">An integer from 1 through 13 representing the name of the month to retrieve.</param>
|
||||
/// <returns>The culture-specific abbreviated name of the month represented by <paramref name="month" />.</returns>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="month" /> is less than 1 or greater than 13.</exception>
|
||||
// Token: 0x06001B60 RID: 7008 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B60")]
|
||||
[Address(RVA = "0xD48AC0", Offset = "0xD47AC0", VA = "0x180D48AC0")]
|
||||
public string GetAbbreviatedMonthName(int month)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Returns the culture-specific full name of the specified month based on the culture associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
|
||||
/// <param name="month">An integer from 1 through 13 representing the name of the month to retrieve.</param>
|
||||
/// <returns>The culture-specific full name of the month represented by <paramref name="month" />.</returns>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="month" /> is less than 1 or greater than 13.</exception>
|
||||
// Token: 0x06001B61 RID: 7009 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B61")]
|
||||
[Address(RVA = "0xD49B10", Offset = "0xD48B10", VA = "0x180D49B10")]
|
||||
public string GetMonthName(int month)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B62 RID: 7010 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B62")]
|
||||
[Address(RVA = "0xD498B0", Offset = "0xD488B0", VA = "0x180D498B0")]
|
||||
private static string[] GetMergedPatterns(string[] patterns, string defaultPattern)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x1700036B RID: 875
|
||||
// (get) Token: 0x06001B63 RID: 7011 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700036B")]
|
||||
private string[] AllYearMonthPatterns
|
||||
{
|
||||
[Token(Token = "0x6001B63")]
|
||||
[Address(RVA = "0xD4C010", Offset = "0xD4B010", VA = "0x180D4C010")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700036C RID: 876
|
||||
// (get) Token: 0x06001B64 RID: 7012 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700036C")]
|
||||
private string[] AllShortDatePatterns
|
||||
{
|
||||
[Token(Token = "0x6001B64")]
|
||||
[Address(RVA = "0xD4BE70", Offset = "0xD4AE70", VA = "0x180D4BE70")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700036D RID: 877
|
||||
// (get) Token: 0x06001B65 RID: 7013 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700036D")]
|
||||
private string[] AllShortTimePatterns
|
||||
{
|
||||
[Token(Token = "0x6001B65")]
|
||||
[Address(RVA = "0xD4BF70", Offset = "0xD4AF70", VA = "0x180D4BF70")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700036E RID: 878
|
||||
// (get) Token: 0x06001B66 RID: 7014 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700036E")]
|
||||
private string[] AllLongDatePatterns
|
||||
{
|
||||
[Token(Token = "0x6001B66")]
|
||||
[Address(RVA = "0xD4BCD0", Offset = "0xD4ACD0", VA = "0x180D4BCD0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700036F RID: 879
|
||||
// (get) Token: 0x06001B67 RID: 7015 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x1700036F")]
|
||||
private string[] AllLongTimePatterns
|
||||
{
|
||||
[Token(Token = "0x6001B67")]
|
||||
[Address(RVA = "0xD4BDD0", Offset = "0xD4ADD0", VA = "0x180D4BDD0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000370 RID: 880
|
||||
// (get) Token: 0x06001B68 RID: 7016 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000370")]
|
||||
private string[] UnclonedYearMonthPatterns
|
||||
{
|
||||
[Token(Token = "0x6001B68")]
|
||||
[Address(RVA = "0xD4D800", Offset = "0xD4C800", VA = "0x180D4D800")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000371 RID: 881
|
||||
// (get) Token: 0x06001B69 RID: 7017 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000371")]
|
||||
private string[] UnclonedShortDatePatterns
|
||||
{
|
||||
[Token(Token = "0x6001B69")]
|
||||
[Address(RVA = "0xD4D740", Offset = "0xD4C740", VA = "0x180D4D740")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000372 RID: 882
|
||||
// (get) Token: 0x06001B6A RID: 7018 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000372")]
|
||||
private string[] UnclonedLongDatePatterns
|
||||
{
|
||||
[Token(Token = "0x6001B6A")]
|
||||
[Address(RVA = "0xD4D680", Offset = "0xD4C680", VA = "0x180D4D680")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000373 RID: 883
|
||||
// (get) Token: 0x06001B6B RID: 7019 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000373")]
|
||||
private string[] UnclonedShortTimePatterns
|
||||
{
|
||||
[Token(Token = "0x6001B6B")]
|
||||
[Address(RVA = "0xD4D7B0", Offset = "0xD4C7B0", VA = "0x180D4D7B0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000374 RID: 884
|
||||
// (get) Token: 0x06001B6C RID: 7020 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000374")]
|
||||
private string[] UnclonedLongTimePatterns
|
||||
{
|
||||
[Token(Token = "0x6001B6C")]
|
||||
[Address(RVA = "0xD4D6F0", Offset = "0xD4C6F0", VA = "0x180D4D6F0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Returns a read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> wrapper.</summary>
|
||||
/// <param name="dtfi">The <see cref="T:System.Globalization.DateTimeFormatInfo" /> object to wrap.</param>
|
||||
/// <returns>A read-only <see cref="T:System.Globalization.DateTimeFormatInfo" /> wrapper.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">
|
||||
/// <paramref name="dtfi" /> is <see langword="null" />.</exception>
|
||||
// Token: 0x06001B6D RID: 7021 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B6D")]
|
||||
[Address(RVA = "0xD4AEC0", Offset = "0xD49EC0", VA = "0x180D4AEC0")]
|
||||
public static DateTimeFormatInfo ReadOnly(DateTimeFormatInfo dtfi)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Gets a value indicating whether the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</summary>
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if the <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only; otherwise, <see langword="false" />.</returns>
|
||||
// Token: 0x17000375 RID: 885
|
||||
// (get) Token: 0x06001B6E RID: 7022 RVA: 0x00012270 File Offset: 0x00010470
|
||||
[Token(Token = "0x17000375")]
|
||||
public bool IsReadOnly
|
||||
{
|
||||
[Token(Token = "0x6001B6E")]
|
||||
[Address(RVA = "0xD4D210", Offset = "0xD4C210", VA = "0x180D4D210")]
|
||||
get
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets a string array of month names associated with the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object.</summary>
|
||||
/// <returns>A string array of month names.</returns>
|
||||
/// <exception cref="T:System.ArgumentException">In a set operation, the array is multidimensional or has a length that is not exactly 13.</exception>
|
||||
/// <exception cref="T:System.ArgumentNullException">In a set operation, the array or one of its elements is <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.InvalidOperationException">In a set operation, the current <see cref="T:System.Globalization.DateTimeFormatInfo" /> object is read-only.</exception>
|
||||
// Token: 0x17000376 RID: 886
|
||||
// (get) Token: 0x06001B6F RID: 7023 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000376")]
|
||||
[ComVisible(false)]
|
||||
public string[] MonthGenitiveNames
|
||||
{
|
||||
[Token(Token = "0x6001B6F")]
|
||||
[Address(RVA = "0xD4D390", Offset = "0xD4C390", VA = "0x180D4D390")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000377 RID: 887
|
||||
// (get) Token: 0x06001B70 RID: 7024 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000377")]
|
||||
internal string FullTimeSpanPositivePattern
|
||||
{
|
||||
[Token(Token = "0x6001B70")]
|
||||
[Address(RVA = "0xD4CD30", Offset = "0xD4BD30", VA = "0x180D4CD30")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000378 RID: 888
|
||||
// (get) Token: 0x06001B71 RID: 7025 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000378")]
|
||||
internal string FullTimeSpanNegativePattern
|
||||
{
|
||||
[Token(Token = "0x6001B71")]
|
||||
[Address(RVA = "0xD4CC30", Offset = "0xD4BC30", VA = "0x180D4CC30")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000379 RID: 889
|
||||
// (get) Token: 0x06001B72 RID: 7026 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000379")]
|
||||
internal CompareInfo CompareInfo
|
||||
{
|
||||
[Token(Token = "0x6001B72")]
|
||||
[Address(RVA = "0xD4C110", Offset = "0xD4B110", VA = "0x180D4C110")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06001B73 RID: 7027 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B73")]
|
||||
[Address(RVA = "0xD4B660", Offset = "0xD4A660", VA = "0x180D4B660")]
|
||||
internal static void ValidateStyles(DateTimeStyles style, string parameterName)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x1700037A RID: 890
|
||||
// (get) Token: 0x06001B74 RID: 7028 RVA: 0x00012288 File Offset: 0x00010488
|
||||
[Token(Token = "0x1700037A")]
|
||||
internal DateTimeFormatFlags FormatFlags
|
||||
{
|
||||
[Token(Token = "0x6001B74")]
|
||||
[Address(RVA = "0xD4C700", Offset = "0xD4B700", VA = "0x180D4C700")]
|
||||
get
|
||||
{
|
||||
return DateTimeFormatFlags.None;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700037B RID: 891
|
||||
// (get) Token: 0x06001B75 RID: 7029 RVA: 0x000122A0 File Offset: 0x000104A0
|
||||
[Token(Token = "0x1700037B")]
|
||||
internal bool HasForceTwoDigitYears
|
||||
{
|
||||
[Token(Token = "0x6001B75")]
|
||||
[Address(RVA = "0xD4CF50", Offset = "0xD4BF50", VA = "0x180D4CF50")]
|
||||
get
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700037C RID: 892
|
||||
// (get) Token: 0x06001B76 RID: 7030 RVA: 0x000122B8 File Offset: 0x000104B8
|
||||
[Token(Token = "0x1700037C")]
|
||||
internal bool HasYearMonthAdjustment
|
||||
{
|
||||
[Token(Token = "0x6001B76")]
|
||||
[Address(RVA = "0xD4CFD0", Offset = "0xD4BFD0", VA = "0x180D4CFD0")]
|
||||
get
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06001B77 RID: 7031 RVA: 0x000122D0 File Offset: 0x000104D0
|
||||
[Token(Token = "0x6001B77")]
|
||||
[Address(RVA = "0xD4B780", Offset = "0xD4A780", VA = "0x180D4B780")]
|
||||
internal bool YearMonthAdjustment(ref int year, ref int month, bool parsedMonthName)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06001B78 RID: 7032 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B78")]
|
||||
[Address(RVA = "0xD49780", Offset = "0xD48780", VA = "0x180D49780")]
|
||||
internal static DateTimeFormatInfo GetJapaneseCalendarDTFI()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B79 RID: 7033 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B79")]
|
||||
[Address(RVA = "0xD49C70", Offset = "0xD48C70", VA = "0x180D49C70")]
|
||||
internal static DateTimeFormatInfo GetTaiwanCalendarDTFI()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B7A RID: 7034 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B7A")]
|
||||
[Address(RVA = "0xD474A0", Offset = "0xD464A0", VA = "0x180D474A0")]
|
||||
private void ClearTokenHashTable()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B7B RID: 7035 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6001B7B")]
|
||||
[Address(RVA = "0xD475C0", Offset = "0xD465C0", VA = "0x180D475C0")]
|
||||
internal TokenHashValue[] CreateTokenHashTable()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001B7C RID: 7036 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B7C")]
|
||||
[Address(RVA = "0xD473D0", Offset = "0xD463D0", VA = "0x180D473D0")]
|
||||
private void AddMonthNames(TokenHashValue[] temp, string monthPostfix)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B7D RID: 7037 RVA: 0x000122E8 File Offset: 0x000104E8
|
||||
[Token(Token = "0x6001B7D")]
|
||||
[Address(RVA = "0xD4B500", Offset = "0xD4A500", VA = "0x180D4B500")]
|
||||
private static bool TryParseHebrewNumber(ref __DTString str, out bool badFormat, out int number)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06001B7E RID: 7038 RVA: 0x00012300 File Offset: 0x00010500
|
||||
[Token(Token = "0x6001B7E")]
|
||||
[Address(RVA = "0xD4A640", Offset = "0xD49640", VA = "0x180D4A640")]
|
||||
private static bool IsHebrewChar(char ch)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06001B7F RID: 7039 RVA: 0x00012318 File Offset: 0x00010518
|
||||
[Token(Token = "0x6001B7F")]
|
||||
[Address(RVA = "0xD4AFB0", Offset = "0xD49FB0", VA = "0x180D4AFB0")]
|
||||
internal bool Tokenize(TokenType TokenMask, out TokenType tokenType, out int tokenValue, ref __DTString str)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06001B80 RID: 7040 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B80")]
|
||||
[Address(RVA = "0xD4A030", Offset = "0xD49030", VA = "0x180D4A030")]
|
||||
private void InsertAtCurrentHashNode(TokenHashValue[] hashTable, string str, char ch, TokenType tokenType, int tokenValue, int pos, int hashcode, int hashProbe)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B81 RID: 7041 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001B81")]
|
||||
[Address(RVA = "0xD4A260", Offset = "0xD49260", VA = "0x180D4A260")]
|
||||
private void InsertHash(TokenHashValue[] hashTable, string str, TokenType tokenType, int tokenValue)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000E9D RID: 3741
|
||||
[Token(Token = "0x4000E9D")]
|
||||
private static DateTimeFormatInfo invariantInfo;
|
||||
|
||||
// Token: 0x04000E9E RID: 3742
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000E9E")]
|
||||
[NonSerialized]
|
||||
private CultureData m_cultureData;
|
||||
|
||||
// Token: 0x04000E9F RID: 3743
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4000E9F")]
|
||||
[OptionalField]
|
||||
internal string m_name;
|
||||
|
||||
// Token: 0x04000EA0 RID: 3744
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4000EA0")]
|
||||
[NonSerialized]
|
||||
private string m_langName;
|
||||
|
||||
// Token: 0x04000EA1 RID: 3745
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4000EA1")]
|
||||
[NonSerialized]
|
||||
private CompareInfo m_compareInfo;
|
||||
|
||||
// Token: 0x04000EA2 RID: 3746
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x4000EA2")]
|
||||
[NonSerialized]
|
||||
private CultureInfo m_cultureInfo;
|
||||
|
||||
// Token: 0x04000EA3 RID: 3747
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x4000EA3")]
|
||||
internal string amDesignator;
|
||||
|
||||
// Token: 0x04000EA4 RID: 3748
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x4000EA4")]
|
||||
internal string pmDesignator;
|
||||
|
||||
// Token: 0x04000EA5 RID: 3749
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x4000EA5")]
|
||||
[OptionalField]
|
||||
internal string dateSeparator;
|
||||
|
||||
// Token: 0x04000EA6 RID: 3750
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
|
||||
[Token(Token = "0x4000EA6")]
|
||||
[OptionalField]
|
||||
internal string generalShortTimePattern;
|
||||
|
||||
// Token: 0x04000EA7 RID: 3751
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
|
||||
[Token(Token = "0x4000EA7")]
|
||||
[OptionalField]
|
||||
internal string generalLongTimePattern;
|
||||
|
||||
// Token: 0x04000EA8 RID: 3752
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
|
||||
[Token(Token = "0x4000EA8")]
|
||||
[OptionalField]
|
||||
internal string timeSeparator;
|
||||
|
||||
// Token: 0x04000EA9 RID: 3753
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x68")]
|
||||
[Token(Token = "0x4000EA9")]
|
||||
internal string monthDayPattern;
|
||||
|
||||
// Token: 0x04000EAA RID: 3754
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x70")]
|
||||
[Token(Token = "0x4000EAA")]
|
||||
[OptionalField]
|
||||
internal string dateTimeOffsetPattern;
|
||||
|
||||
// Token: 0x04000EAB RID: 3755
|
||||
[Token(Token = "0x4000EAB")]
|
||||
internal const string rfc1123Pattern = "ddd, dd MMM yyyy HH':'mm':'ss 'GMT'";
|
||||
|
||||
// Token: 0x04000EAC RID: 3756
|
||||
[Token(Token = "0x4000EAC")]
|
||||
internal const string sortableDateTimePattern = "yyyy'-'MM'-'dd'T'HH':'mm':'ss";
|
||||
|
||||
// Token: 0x04000EAD RID: 3757
|
||||
[Token(Token = "0x4000EAD")]
|
||||
internal const string universalSortableDateTimePattern = "yyyy'-'MM'-'dd HH':'mm':'ss'Z'";
|
||||
|
||||
// Token: 0x04000EAE RID: 3758
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x78")]
|
||||
[Token(Token = "0x4000EAE")]
|
||||
internal Calendar calendar;
|
||||
|
||||
// Token: 0x04000EAF RID: 3759
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x80")]
|
||||
[Token(Token = "0x4000EAF")]
|
||||
internal int firstDayOfWeek;
|
||||
|
||||
// Token: 0x04000EB0 RID: 3760
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x84")]
|
||||
[Token(Token = "0x4000EB0")]
|
||||
internal int calendarWeekRule;
|
||||
|
||||
// Token: 0x04000EB1 RID: 3761
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x88")]
|
||||
[Token(Token = "0x4000EB1")]
|
||||
[OptionalField]
|
||||
[NonSerialized]
|
||||
internal string fullDateTimePattern;
|
||||
|
||||
// Token: 0x04000EB2 RID: 3762
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x90")]
|
||||
[Token(Token = "0x4000EB2")]
|
||||
internal string[] abbreviatedDayNames;
|
||||
|
||||
// Token: 0x04000EB3 RID: 3763
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x98")]
|
||||
[Token(Token = "0x4000EB3")]
|
||||
[OptionalField]
|
||||
internal string[] m_superShortDayNames;
|
||||
|
||||
// Token: 0x04000EB4 RID: 3764
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xA0")]
|
||||
[Token(Token = "0x4000EB4")]
|
||||
internal string[] dayNames;
|
||||
|
||||
// Token: 0x04000EB5 RID: 3765
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xA8")]
|
||||
[Token(Token = "0x4000EB5")]
|
||||
internal string[] abbreviatedMonthNames;
|
||||
|
||||
// Token: 0x04000EB6 RID: 3766
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xB0")]
|
||||
[Token(Token = "0x4000EB6")]
|
||||
internal string[] monthNames;
|
||||
|
||||
// Token: 0x04000EB7 RID: 3767
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xB8")]
|
||||
[Token(Token = "0x4000EB7")]
|
||||
[OptionalField]
|
||||
internal string[] genitiveMonthNames;
|
||||
|
||||
// Token: 0x04000EB8 RID: 3768
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC0")]
|
||||
[Token(Token = "0x4000EB8")]
|
||||
[OptionalField]
|
||||
internal string[] m_genitiveAbbreviatedMonthNames;
|
||||
|
||||
// Token: 0x04000EB9 RID: 3769
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC8")]
|
||||
[Token(Token = "0x4000EB9")]
|
||||
[OptionalField]
|
||||
internal string[] leapYearMonthNames;
|
||||
|
||||
// Token: 0x04000EBA RID: 3770
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xD0")]
|
||||
[Token(Token = "0x4000EBA")]
|
||||
internal string longDatePattern;
|
||||
|
||||
// Token: 0x04000EBB RID: 3771
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xD8")]
|
||||
[Token(Token = "0x4000EBB")]
|
||||
internal string shortDatePattern;
|
||||
|
||||
// Token: 0x04000EBC RID: 3772
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xE0")]
|
||||
[Token(Token = "0x4000EBC")]
|
||||
internal string yearMonthPattern;
|
||||
|
||||
// Token: 0x04000EBD RID: 3773
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xE8")]
|
||||
[Token(Token = "0x4000EBD")]
|
||||
internal string longTimePattern;
|
||||
|
||||
// Token: 0x04000EBE RID: 3774
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xF0")]
|
||||
[Token(Token = "0x4000EBE")]
|
||||
internal string shortTimePattern;
|
||||
|
||||
// Token: 0x04000EBF RID: 3775
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xF8")]
|
||||
[Token(Token = "0x4000EBF")]
|
||||
[OptionalField]
|
||||
private string[] allYearMonthPatterns;
|
||||
|
||||
// Token: 0x04000EC0 RID: 3776
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x100")]
|
||||
[Token(Token = "0x4000EC0")]
|
||||
internal string[] allShortDatePatterns;
|
||||
|
||||
// Token: 0x04000EC1 RID: 3777
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x108")]
|
||||
[Token(Token = "0x4000EC1")]
|
||||
internal string[] allLongDatePatterns;
|
||||
|
||||
// Token: 0x04000EC2 RID: 3778
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x110")]
|
||||
[Token(Token = "0x4000EC2")]
|
||||
internal string[] allShortTimePatterns;
|
||||
|
||||
// Token: 0x04000EC3 RID: 3779
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x118")]
|
||||
[Token(Token = "0x4000EC3")]
|
||||
internal string[] allLongTimePatterns;
|
||||
|
||||
// Token: 0x04000EC4 RID: 3780
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x120")]
|
||||
[Token(Token = "0x4000EC4")]
|
||||
internal string[] m_eraNames;
|
||||
|
||||
// Token: 0x04000EC5 RID: 3781
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x128")]
|
||||
[Token(Token = "0x4000EC5")]
|
||||
internal string[] m_abbrevEraNames;
|
||||
|
||||
// Token: 0x04000EC6 RID: 3782
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x130")]
|
||||
[Token(Token = "0x4000EC6")]
|
||||
internal string[] m_abbrevEnglishEraNames;
|
||||
|
||||
// Token: 0x04000EC7 RID: 3783
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x138")]
|
||||
[Token(Token = "0x4000EC7")]
|
||||
internal int[] optionalCalendars;
|
||||
|
||||
// Token: 0x04000EC8 RID: 3784
|
||||
[Token(Token = "0x4000EC8")]
|
||||
private const int DEFAULT_ALL_DATETIMES_SIZE = 132;
|
||||
|
||||
// Token: 0x04000EC9 RID: 3785
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x140")]
|
||||
[Token(Token = "0x4000EC9")]
|
||||
internal bool m_isReadOnly;
|
||||
|
||||
// Token: 0x04000ECA RID: 3786
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x144")]
|
||||
[Token(Token = "0x4000ECA")]
|
||||
[OptionalField]
|
||||
internal DateTimeFormatFlags formatFlags;
|
||||
|
||||
// Token: 0x04000ECB RID: 3787
|
||||
[Token(Token = "0x4000ECB")]
|
||||
internal static bool preferExistingTokens;
|
||||
|
||||
// Token: 0x04000ECC RID: 3788
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x148")]
|
||||
[Token(Token = "0x4000ECC")]
|
||||
[OptionalField]
|
||||
private int CultureID;
|
||||
|
||||
// Token: 0x04000ECD RID: 3789
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x14C")]
|
||||
[Token(Token = "0x4000ECD")]
|
||||
[OptionalField]
|
||||
private bool m_useUserOverride;
|
||||
|
||||
// Token: 0x04000ECE RID: 3790
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x14D")]
|
||||
[Token(Token = "0x4000ECE")]
|
||||
[OptionalField]
|
||||
private bool bUseCalendarInfo;
|
||||
|
||||
// Token: 0x04000ECF RID: 3791
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x150")]
|
||||
[Token(Token = "0x4000ECF")]
|
||||
[OptionalField]
|
||||
private int nDataItem;
|
||||
|
||||
// Token: 0x04000ED0 RID: 3792
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x154")]
|
||||
[Token(Token = "0x4000ED0")]
|
||||
[OptionalField]
|
||||
internal bool m_isDefaultCalendar;
|
||||
|
||||
// Token: 0x04000ED1 RID: 3793
|
||||
[Token(Token = "0x4000ED1")]
|
||||
[OptionalField]
|
||||
private static Hashtable s_calendarNativeNames;
|
||||
|
||||
// Token: 0x04000ED2 RID: 3794
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x158")]
|
||||
[Token(Token = "0x4000ED2")]
|
||||
[OptionalField]
|
||||
internal string[] m_dateWords;
|
||||
|
||||
// Token: 0x04000ED3 RID: 3795
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x160")]
|
||||
[Token(Token = "0x4000ED3")]
|
||||
[NonSerialized]
|
||||
private string m_fullTimeSpanPositivePattern;
|
||||
|
||||
// Token: 0x04000ED4 RID: 3796
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x168")]
|
||||
[Token(Token = "0x4000ED4")]
|
||||
[NonSerialized]
|
||||
private string m_fullTimeSpanNegativePattern;
|
||||
|
||||
// Token: 0x04000ED5 RID: 3797
|
||||
[Token(Token = "0x4000ED5")]
|
||||
internal const DateTimeStyles InvalidDateTimeStyles = ~(DateTimeStyles.AllowLeadingWhite | DateTimeStyles.AllowTrailingWhite | DateTimeStyles.AllowInnerWhite | DateTimeStyles.NoCurrentDateDefault | DateTimeStyles.AdjustToUniversal | DateTimeStyles.AssumeLocal | DateTimeStyles.AssumeUniversal | DateTimeStyles.RoundtripKind);
|
||||
|
||||
// Token: 0x04000ED6 RID: 3798
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x170")]
|
||||
[Token(Token = "0x4000ED6")]
|
||||
[NonSerialized]
|
||||
private TokenHashValue[] m_dtfiTokenHash;
|
||||
|
||||
// Token: 0x04000ED7 RID: 3799
|
||||
[Token(Token = "0x4000ED7")]
|
||||
private const int TOKEN_HASH_SIZE = 199;
|
||||
|
||||
// Token: 0x04000ED8 RID: 3800
|
||||
[Token(Token = "0x4000ED8")]
|
||||
private const int SECOND_PRIME = 197;
|
||||
|
||||
// Token: 0x04000ED9 RID: 3801
|
||||
[Token(Token = "0x4000ED9")]
|
||||
private const string dateSeparatorOrTimeZoneOffset = "-";
|
||||
|
||||
// Token: 0x04000EDA RID: 3802
|
||||
[Token(Token = "0x4000EDA")]
|
||||
private const string invariantDateSeparator = "/";
|
||||
|
||||
// Token: 0x04000EDB RID: 3803
|
||||
[Token(Token = "0x4000EDB")]
|
||||
private const string invariantTimeSeparator = ":";
|
||||
|
||||
// Token: 0x04000EDC RID: 3804
|
||||
[Token(Token = "0x4000EDC")]
|
||||
internal const string IgnorablePeriod = ".";
|
||||
|
||||
// Token: 0x04000EDD RID: 3805
|
||||
[Token(Token = "0x4000EDD")]
|
||||
internal const string IgnorableComma = ",";
|
||||
|
||||
// Token: 0x04000EDE RID: 3806
|
||||
[Token(Token = "0x4000EDE")]
|
||||
internal const string CJKYearSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EDF RID: 3807
|
||||
[Token(Token = "0x4000EDF")]
|
||||
internal const string CJKMonthSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE0 RID: 3808
|
||||
[Token(Token = "0x4000EE0")]
|
||||
internal const string CJKDaySuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE1 RID: 3809
|
||||
[Token(Token = "0x4000EE1")]
|
||||
internal const string KoreanYearSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE2 RID: 3810
|
||||
[Token(Token = "0x4000EE2")]
|
||||
internal const string KoreanMonthSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE3 RID: 3811
|
||||
[Token(Token = "0x4000EE3")]
|
||||
internal const string KoreanDaySuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE4 RID: 3812
|
||||
[Token(Token = "0x4000EE4")]
|
||||
internal const string KoreanHourSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE5 RID: 3813
|
||||
[Token(Token = "0x4000EE5")]
|
||||
internal const string KoreanMinuteSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE6 RID: 3814
|
||||
[Token(Token = "0x4000EE6")]
|
||||
internal const string KoreanSecondSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE7 RID: 3815
|
||||
[Token(Token = "0x4000EE7")]
|
||||
internal const string CJKHourSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE8 RID: 3816
|
||||
[Token(Token = "0x4000EE8")]
|
||||
internal const string ChineseHourSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EE9 RID: 3817
|
||||
[Token(Token = "0x4000EE9")]
|
||||
internal const string CJKMinuteSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EEA RID: 3818
|
||||
[Token(Token = "0x4000EEA")]
|
||||
internal const string CJKSecondSuff = "\ufffd";
|
||||
|
||||
// Token: 0x04000EEB RID: 3819
|
||||
[Token(Token = "0x4000EEB")]
|
||||
internal const string LocalTimeMark = "T";
|
||||
|
||||
// Token: 0x04000EEC RID: 3820
|
||||
[Token(Token = "0x4000EEC")]
|
||||
internal const string KoreanLangName = "ko";
|
||||
|
||||
// Token: 0x04000EED RID: 3821
|
||||
[Token(Token = "0x4000EED")]
|
||||
internal const string JapaneseLangName = "ja";
|
||||
|
||||
// Token: 0x04000EEE RID: 3822
|
||||
[Token(Token = "0x4000EEE")]
|
||||
internal const string EnglishLangName = "en";
|
||||
|
||||
// Token: 0x04000EEF RID: 3823
|
||||
[Token(Token = "0x4000EEF")]
|
||||
private static DateTimeFormatInfo s_jajpDTFI;
|
||||
|
||||
// Token: 0x04000EF0 RID: 3824
|
||||
[Token(Token = "0x4000EF0")]
|
||||
private static DateTimeFormatInfo s_zhtwDTFI;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user