This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -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: 0x020002CD RID: 717
[Token(Token = "0x20002CD")]
[ComVisible(true)]
[Serializable]
public sealed class DateTimeFormatInfo : ICloneable, IFormatProvider
{
// Token: 0x06001A75 RID: 6773 RVA: 0x000116D0 File Offset: 0x0000F8D0
[Token(Token = "0x6001A75")]
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930")]
private static bool InitPreferExistingTokens()
{
return default(bool);
}
// Token: 0x17000328 RID: 808
// (get) Token: 0x06001A76 RID: 6774 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000328")]
private string CultureName
{
[Token(Token = "0x6001A76")]
[Address(RVA = "0x2BFD0F0", Offset = "0x2BFBEF0", VA = "0x182BFD0F0")]
get
{
return null;
}
}
// Token: 0x17000329 RID: 809
// (get) Token: 0x06001A77 RID: 6775 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000329")]
private CultureInfo Culture
{
[Token(Token = "0x6001A77")]
[Address(RVA = "0x2BFD120", Offset = "0x2BFBF20", VA = "0x182BFD120")]
get
{
return null;
}
}
// Token: 0x1700032A RID: 810
// (get) Token: 0x06001A78 RID: 6776 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700032A")]
private string LanguageName
{
[Token(Token = "0x6001A78")]
[Address(RVA = "0x2BFE100", Offset = "0x2BFCF00", VA = "0x182BFE100")]
get
{
return null;
}
}
// Token: 0x06001A79 RID: 6777 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A79")]
[Address(RVA = "0x2BFE7D0", Offset = "0x2BFD5D0", VA = "0x182BFE7D0")]
private string[] internalGetAbbreviatedDayOfWeekNames()
{
return null;
}
// Token: 0x06001A7A RID: 6778 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A7A")]
[Address(RVA = "0x2BFE8B0", Offset = "0x2BFD6B0", VA = "0x182BFE8B0")]
private string[] internalGetDayOfWeekNames()
{
return null;
}
// Token: 0x06001A7B RID: 6779 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A7B")]
[Address(RVA = "0x2BFE840", Offset = "0x2BFD640", VA = "0x182BFE840")]
private string[] internalGetAbbreviatedMonthNames()
{
return null;
}
// Token: 0x06001A7C RID: 6780 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A7C")]
[Address(RVA = "0x2BFEC60", Offset = "0x2BFDA60", VA = "0x182BFEC60")]
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: 0x06001A7D RID: 6781 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001A7D")]
[Address(RVA = "0x2BFC860", Offset = "0x2BFB660", VA = "0x182BFC860")]
public DateTimeFormatInfo()
{
}
// Token: 0x06001A7E RID: 6782 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001A7E")]
[Address(RVA = "0x2BFC990", Offset = "0x2BFB790", VA = "0x182BFC990")]
internal DateTimeFormatInfo(CultureData cultureData, Calendar cal)
{
}
// Token: 0x06001A7F RID: 6783 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001A7F")]
[Address(RVA = "0x2BFAD50", Offset = "0x2BF9B50", VA = "0x182BFAD50")]
private void InitializeOverridableProperties(CultureData cultureData, int calendarID)
{
}
// Token: 0x06001A80 RID: 6784 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001A80")]
[Address(RVA = "0x2BFB610", Offset = "0x2BFA410", VA = "0x182BFB610")]
[OnDeserialized]
private void OnDeserialized(StreamingContext ctx)
{
}
// Token: 0x06001A81 RID: 6785 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001A81")]
[Address(RVA = "0x2BFBC70", Offset = "0x2BFAA70", VA = "0x182BFBC70")]
[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: 0x1700032B RID: 811
// (get) Token: 0x06001A82 RID: 6786 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700032B")]
public static DateTimeFormatInfo InvariantInfo
{
[Token(Token = "0x6001A82")]
[Address(RVA = "0x2BFDEE0", Offset = "0x2BFCCE0", VA = "0x182BFDEE0")]
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: 0x1700032C RID: 812
// (get) Token: 0x06001A83 RID: 6787 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700032C")]
public static DateTimeFormatInfo CurrentInfo
{
[Token(Token = "0x6001A83")]
[Address(RVA = "0x2BFD1B0", Offset = "0x2BFBFB0", VA = "0x182BFD1B0")]
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: 0x06001A84 RID: 6788 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A84")]
[Address(RVA = "0x2BFA4B0", Offset = "0x2BF92B0", VA = "0x182BFA4B0")]
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: 0x06001A85 RID: 6789 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A85")]
[Address(RVA = "0x2BFA420", Offset = "0x2BF9220", VA = "0x182BFA420", 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: 0x06001A86 RID: 6790 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A86")]
[Address(RVA = "0x2BF8470", Offset = "0x2BF7270", VA = "0x182BF8470", 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: 0x1700032D RID: 813
// (get) Token: 0x06001A87 RID: 6791 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700032D")]
public string AMDesignator
{
[Token(Token = "0x6001A87")]
[Address(RVA = "0x3F63D0", Offset = "0x3F51D0", VA = "0x1803F63D0")]
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: 0x1700032E RID: 814
// (get) Token: 0x06001A88 RID: 6792 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x06001A89 RID: 6793 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700032E")]
public Calendar Calendar
{
[Token(Token = "0x6001A88")]
[Address(RVA = "0x4391F0", Offset = "0x437FF0", VA = "0x1804391F0")]
get
{
return null;
}
[Token(Token = "0x6001A89")]
[Address(RVA = "0x2BFECD0", Offset = "0x2BFDAD0", VA = "0x182BFECD0")]
set
{
}
}
// Token: 0x1700032F RID: 815
// (get) Token: 0x06001A8A RID: 6794 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700032F")]
private int[] OptionalCalendars
{
[Token(Token = "0x6001A8A")]
[Address(RVA = "0x2BFE3F0", Offset = "0x2BFD1F0", VA = "0x182BFE3F0")]
get
{
return null;
}
}
// Token: 0x17000330 RID: 816
// (get) Token: 0x06001A8B RID: 6795 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000330")]
internal string[] EraNames
{
[Token(Token = "0x6001A8B")]
[Address(RVA = "0x2BFD580", Offset = "0x2BFC380", VA = "0x182BFD580")]
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: 0x06001A8C RID: 6796 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A8C")]
[Address(RVA = "0x2BFA2E0", Offset = "0x2BF90E0", VA = "0x182BFA2E0")]
public string GetEraName(int era)
{
return null;
}
// Token: 0x17000331 RID: 817
// (get) Token: 0x06001A8D RID: 6797 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000331")]
internal string[] AbbreviatedEraNames
{
[Token(Token = "0x6001A8D")]
[Address(RVA = "0x2BFCB20", Offset = "0x2BFB920", VA = "0x182BFCB20")]
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: 0x06001A8E RID: 6798 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001A8E")]
[Address(RVA = "0x2BF9900", Offset = "0x2BF8700", VA = "0x182BF9900")]
public string GetAbbreviatedEraName(int era)
{
return null;
}
// Token: 0x17000332 RID: 818
// (get) Token: 0x06001A8F RID: 6799 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000332")]
internal string[] AbbreviatedEnglishEraNames
{
[Token(Token = "0x6001A8F")]
[Address(RVA = "0x2BFCAB0", Offset = "0x2BFB8B0", VA = "0x182BFCAB0")]
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: 0x17000333 RID: 819
// (get) Token: 0x06001A90 RID: 6800 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000333")]
public string DateSeparator
{
[Token(Token = "0x6001A90")]
[Address(RVA = "0x3FA170", Offset = "0x3F8F70", VA = "0x1803FA170")]
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: 0x17000334 RID: 820
// (get) Token: 0x06001A91 RID: 6801 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000334")]
public string FullDateTimePattern
{
[Token(Token = "0x6001A91")]
[Address(RVA = "0x2BFDA70", Offset = "0x2BFC870", VA = "0x182BFDA70")]
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: 0x17000335 RID: 821
// (get) Token: 0x06001A92 RID: 6802 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x06001A93 RID: 6803 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000335")]
public string LongDatePattern
{
[Token(Token = "0x6001A92")]
[Address(RVA = "0x2BFE130", Offset = "0x2BFCF30", VA = "0x182BFE130")]
get
{
return null;
}
[Token(Token = "0x6001A93")]
[Address(RVA = "0x2BFEFB0", Offset = "0x2BFDDB0", VA = "0x182BFEFB0")]
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: 0x17000336 RID: 822
// (get) Token: 0x06001A94 RID: 6804 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x06001A95 RID: 6805 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000336")]
public string LongTimePattern
{
[Token(Token = "0x6001A94")]
[Address(RVA = "0x2BFE180", Offset = "0x2BFCF80", VA = "0x182BFE180")]
get
{
return null;
}
[Token(Token = "0x6001A95")]
[Address(RVA = "0x2BFF0A0", Offset = "0x2BFDEA0", VA = "0x182BFF0A0")]
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: 0x17000337 RID: 823
// (get) Token: 0x06001A96 RID: 6806 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000337")]
public string MonthDayPattern
{
[Token(Token = "0x6001A96")]
[Address(RVA = "0x2BFE200", Offset = "0x2BFD000", VA = "0x182BFE200")]
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: 0x17000338 RID: 824
// (get) Token: 0x06001A97 RID: 6807 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000338")]
public string PMDesignator
{
[Token(Token = "0x6001A97")]
[Address(RVA = "0x408890", Offset = "0x407690", VA = "0x180408890")]
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: 0x17000339 RID: 825
// (get) Token: 0x06001A98 RID: 6808 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000339")]
public string RFC1123Pattern
{
[Token(Token = "0x6001A98")]
[Address(RVA = "0x2BFE430", Offset = "0x2BFD230", VA = "0x182BFE430")]
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: 0x1700033A RID: 826
// (get) Token: 0x06001A99 RID: 6809 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x06001A9A RID: 6810 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700033A")]
public string ShortDatePattern
{
[Token(Token = "0x6001A99")]
[Address(RVA = "0x2BFE460", Offset = "0x2BFD260", VA = "0x182BFE460")]
get
{
return null;
}
[Token(Token = "0x6001A9A")]
[Address(RVA = "0x2BFF190", Offset = "0x2BFDF90", VA = "0x182BFF190")]
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: 0x1700033B RID: 827
// (get) Token: 0x06001A9B RID: 6811 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x06001A9C RID: 6812 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700033B")]
public string ShortTimePattern
{
[Token(Token = "0x6001A9B")]
[Address(RVA = "0x2BFE4B0", Offset = "0x2BFD2B0", VA = "0x182BFE4B0")]
get
{
return null;
}
[Token(Token = "0x6001A9C")]
[Address(RVA = "0x2BFF280", Offset = "0x2BFE080", VA = "0x182BFF280")]
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: 0x1700033C RID: 828
// (get) Token: 0x06001A9D RID: 6813 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700033C")]
public string SortableDateTimePattern
{
[Token(Token = "0x6001A9D")]
[Address(RVA = "0x2BFE530", Offset = "0x2BFD330", VA = "0x182BFE530")]
get
{
return null;
}
}
// Token: 0x1700033D RID: 829
// (get) Token: 0x06001A9E RID: 6814 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700033D")]
internal string GeneralShortTimePattern
{
[Token(Token = "0x6001A9E")]
[Address(RVA = "0x2BFDD90", Offset = "0x2BFCB90", VA = "0x182BFDD90")]
get
{
return null;
}
}
// Token: 0x1700033E RID: 830
// (get) Token: 0x06001A9F RID: 6815 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700033E")]
internal string GeneralLongTimePattern
{
[Token(Token = "0x6001A9F")]
[Address(RVA = "0x2BFDCE0", Offset = "0x2BFCAE0", VA = "0x182BFDCE0")]
get
{
return null;
}
}
// Token: 0x1700033F RID: 831
// (get) Token: 0x06001AA0 RID: 6816 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700033F")]
internal string DateTimeOffsetPattern
{
[Token(Token = "0x6001AA0")]
[Address(RVA = "0x2BFD2B0", Offset = "0x2BFC0B0", VA = "0x182BFD2B0")]
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: 0x17000340 RID: 832
// (get) Token: 0x06001AA1 RID: 6817 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000340")]
public string TimeSeparator
{
[Token(Token = "0x6001AA1")]
[Address(RVA = "0x423DE0", Offset = "0x422BE0", VA = "0x180423DE0")]
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: 0x17000341 RID: 833
// (get) Token: 0x06001AA2 RID: 6818 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000341")]
public string UniversalSortableDateTimePattern
{
[Token(Token = "0x6001AA2")]
[Address(RVA = "0x2BFE750", Offset = "0x2BFD550", VA = "0x182BFE750")]
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: 0x17000342 RID: 834
// (get) Token: 0x06001AA3 RID: 6819 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x06001AA4 RID: 6820 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000342")]
public string YearMonthPattern
{
[Token(Token = "0x6001AA3")]
[Address(RVA = "0x2BFE780", Offset = "0x2BFD580", VA = "0x182BFE780")]
get
{
return null;
}
[Token(Token = "0x6001AA4")]
[Address(RVA = "0x2BFF370", Offset = "0x2BFE170", VA = "0x182BFF370")]
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: 0x17000343 RID: 835
// (get) Token: 0x06001AA5 RID: 6821 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000343")]
public string[] AbbreviatedDayNames
{
[Token(Token = "0x6001AA5")]
[Address(RVA = "0x2BFC9F0", Offset = "0x2BFB7F0", VA = "0x182BFC9F0")]
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: 0x17000344 RID: 836
// (get) Token: 0x06001AA6 RID: 6822 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000344")]
public string[] DayNames
{
[Token(Token = "0x6001AA6")]
[Address(RVA = "0x2BFD4C0", Offset = "0x2BFC2C0", VA = "0x182BFD4C0")]
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: 0x17000345 RID: 837
// (get) Token: 0x06001AA7 RID: 6823 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000345")]
public string[] AbbreviatedMonthNames
{
[Token(Token = "0x6001AA7")]
[Address(RVA = "0x2BFCB90", Offset = "0x2BFB990", VA = "0x182BFCB90")]
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: 0x17000346 RID: 838
// (get) Token: 0x06001AA8 RID: 6824 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000346")]
public string[] MonthNames
{
[Token(Token = "0x6001AA8")]
[Address(RVA = "0x2BFE330", Offset = "0x2BFD130", VA = "0x182BFE330")]
get
{
return null;
}
}
// Token: 0x17000347 RID: 839
// (get) Token: 0x06001AA9 RID: 6825 RVA: 0x000116E8 File Offset: 0x0000F8E8
[Token(Token = "0x17000347")]
internal bool HasSpacesInMonthNames
{
[Token(Token = "0x6001AA9")]
[Address(RVA = "0x2BFDEA0", Offset = "0x2BFCCA0", VA = "0x182BFDEA0")]
get
{
return default(bool);
}
}
// Token: 0x17000348 RID: 840
// (get) Token: 0x06001AAA RID: 6826 RVA: 0x00011700 File Offset: 0x0000F900
[Token(Token = "0x17000348")]
internal bool HasSpacesInDayNames
{
[Token(Token = "0x6001AAA")]
[Address(RVA = "0x2BFDE80", Offset = "0x2BFCC80", VA = "0x182BFDE80")]
get
{
return default(bool);
}
}
// Token: 0x06001AAB RID: 6827 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AAB")]
[Address(RVA = "0x2BFEA60", Offset = "0x2BFD860", VA = "0x182BFEA60")]
internal string internalGetMonthName(int month, MonthNameStyles style, bool abbreviated)
{
return null;
}
// Token: 0x06001AAC RID: 6828 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AAC")]
[Address(RVA = "0x2BFE920", Offset = "0x2BFD720", VA = "0x182BFE920")]
private string[] internalGetGenitiveMonthNames(bool abbreviated)
{
return null;
}
// Token: 0x06001AAD RID: 6829 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AAD")]
[Address(RVA = "0x2BFE9F0", Offset = "0x2BFD7F0", VA = "0x182BFE9F0")]
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: 0x06001AAE RID: 6830 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AAE")]
[Address(RVA = "0x2BF97B0", Offset = "0x2BF85B0", VA = "0x182BF97B0")]
public string GetAbbreviatedDayName(DayOfWeek dayofweek)
{
return null;
}
// Token: 0x06001AAF RID: 6831 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AAF")]
[Address(RVA = "0x2BFA030", Offset = "0x2BF8E30", VA = "0x182BFA030")]
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: 0x06001AB0 RID: 6832 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AB0")]
[Address(RVA = "0x2BF9BD0", Offset = "0x2BF89D0", VA = "0x182BF9BD0")]
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: 0x06001AB1 RID: 6833 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AB1")]
[Address(RVA = "0x2BFA190", Offset = "0x2BF8F90", VA = "0x182BFA190")]
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: 0x06001AB2 RID: 6834 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AB2")]
[Address(RVA = "0x2BF9A70", Offset = "0x2BF8870", VA = "0x182BF9A70")]
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: 0x06001AB3 RID: 6835 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AB3")]
[Address(RVA = "0x2BFAAC0", Offset = "0x2BF98C0", VA = "0x182BFAAC0")]
public string GetMonthName(int month)
{
return null;
}
// Token: 0x06001AB4 RID: 6836 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001AB4")]
[Address(RVA = "0x2BFA860", Offset = "0x2BF9660", VA = "0x182BFA860")]
private static string[] GetMergedPatterns(string[] patterns, string defaultPattern)
{
return null;
}
// Token: 0x17000349 RID: 841
// (get) Token: 0x06001AB5 RID: 6837 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000349")]
private string[] AllYearMonthPatterns
{
[Token(Token = "0x6001AB5")]
[Address(RVA = "0x2BFCF90", Offset = "0x2BFBD90", VA = "0x182BFCF90")]
get
{
return null;
}
}
// Token: 0x1700034A RID: 842
// (get) Token: 0x06001AB6 RID: 6838 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700034A")]
private string[] AllShortDatePatterns
{
[Token(Token = "0x6001AB6")]
[Address(RVA = "0x2BFCDF0", Offset = "0x2BFBBF0", VA = "0x182BFCDF0")]
get
{
return null;
}
}
// Token: 0x1700034B RID: 843
// (get) Token: 0x06001AB7 RID: 6839 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700034B")]
private string[] AllShortTimePatterns
{
[Token(Token = "0x6001AB7")]
[Address(RVA = "0x2BFCEF0", Offset = "0x2BFBCF0", VA = "0x182BFCEF0")]
get
{
return null;
}
}
// Token: 0x1700034C RID: 844
// (get) Token: 0x06001AB8 RID: 6840 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700034C")]
private string[] AllLongDatePatterns
{
[Token(Token = "0x6001AB8")]
[Address(RVA = "0x2BFCC50", Offset = "0x2BFBA50", VA = "0x182BFCC50")]
get
{
return null;
}
}
// Token: 0x1700034D RID: 845
// (get) Token: 0x06001AB9 RID: 6841 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700034D")]
private string[] AllLongTimePatterns
{
[Token(Token = "0x6001AB9")]
[Address(RVA = "0x2BFCD50", Offset = "0x2BFBB50", VA = "0x182BFCD50")]
get
{
return null;
}
}
// Token: 0x1700034E RID: 846
// (get) Token: 0x06001ABA RID: 6842 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700034E")]
private string[] UnclonedYearMonthPatterns
{
[Token(Token = "0x6001ABA")]
[Address(RVA = "0x2BFE6E0", Offset = "0x2BFD4E0", VA = "0x182BFE6E0")]
get
{
return null;
}
}
// Token: 0x1700034F RID: 847
// (get) Token: 0x06001ABB RID: 6843 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700034F")]
private string[] UnclonedShortDatePatterns
{
[Token(Token = "0x6001ABB")]
[Address(RVA = "0x2BFE620", Offset = "0x2BFD420", VA = "0x182BFE620")]
get
{
return null;
}
}
// Token: 0x17000350 RID: 848
// (get) Token: 0x06001ABC RID: 6844 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000350")]
private string[] UnclonedLongDatePatterns
{
[Token(Token = "0x6001ABC")]
[Address(RVA = "0x2BFE560", Offset = "0x2BFD360", VA = "0x182BFE560")]
get
{
return null;
}
}
// Token: 0x17000351 RID: 849
// (get) Token: 0x06001ABD RID: 6845 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000351")]
private string[] UnclonedShortTimePatterns
{
[Token(Token = "0x6001ABD")]
[Address(RVA = "0x2BFE690", Offset = "0x2BFD490", VA = "0x182BFE690")]
get
{
return null;
}
}
// Token: 0x17000352 RID: 850
// (get) Token: 0x06001ABE RID: 6846 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000352")]
private string[] UnclonedLongTimePatterns
{
[Token(Token = "0x6001ABE")]
[Address(RVA = "0x2BFE5D0", Offset = "0x2BFD3D0", VA = "0x182BFE5D0")]
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: 0x06001ABF RID: 6847 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001ABF")]
[Address(RVA = "0x2BFBE70", Offset = "0x2BFAC70", VA = "0x182BFBE70")]
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: 0x17000353 RID: 851
// (get) Token: 0x06001AC0 RID: 6848 RVA: 0x00011718 File Offset: 0x0000F918
[Token(Token = "0x17000353")]
public bool IsReadOnly
{
[Token(Token = "0x6001AC0")]
[Address(RVA = "0x60CDA0", Offset = "0x60BBA0", VA = "0x18060CDA0")]
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: 0x17000354 RID: 852
// (get) Token: 0x06001AC1 RID: 6849 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000354")]
[ComVisible(false)]
public string[] MonthGenitiveNames
{
[Token(Token = "0x6001AC1")]
[Address(RVA = "0x2BFE270", Offset = "0x2BFD070", VA = "0x182BFE270")]
get
{
return null;
}
}
// Token: 0x17000355 RID: 853
// (get) Token: 0x06001AC2 RID: 6850 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000355")]
internal string FullTimeSpanPositivePattern
{
[Token(Token = "0x6001AC2")]
[Address(RVA = "0x2BFDC20", Offset = "0x2BFCA20", VA = "0x182BFDC20")]
get
{
return null;
}
}
// Token: 0x17000356 RID: 854
// (get) Token: 0x06001AC3 RID: 6851 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000356")]
internal string FullTimeSpanNegativePattern
{
[Token(Token = "0x6001AC3")]
[Address(RVA = "0x2BFDB20", Offset = "0x2BFC920", VA = "0x182BFDB20")]
get
{
return null;
}
}
// Token: 0x17000357 RID: 855
// (get) Token: 0x06001AC4 RID: 6852 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000357")]
internal CompareInfo CompareInfo
{
[Token(Token = "0x6001AC4")]
[Address(RVA = "0x2BFD090", Offset = "0x2BFBE90", VA = "0x182BFD090")]
get
{
return null;
}
}
// Token: 0x06001AC5 RID: 6853 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001AC5")]
[Address(RVA = "0x2BFC5E0", Offset = "0x2BFB3E0", VA = "0x182BFC5E0")]
internal static void ValidateStyles(DateTimeStyles style, string parameterName)
{
}
// Token: 0x17000358 RID: 856
// (get) Token: 0x06001AC6 RID: 6854 RVA: 0x00011730 File Offset: 0x0000F930
[Token(Token = "0x17000358")]
internal DateTimeFormatFlags FormatFlags
{
[Token(Token = "0x6001AC6")]
[Address(RVA = "0x2BFD5F0", Offset = "0x2BFC3F0", VA = "0x182BFD5F0")]
get
{
return DateTimeFormatFlags.None;
}
}
// Token: 0x17000359 RID: 857
// (get) Token: 0x06001AC7 RID: 6855 RVA: 0x00011748 File Offset: 0x0000F948
[Token(Token = "0x17000359")]
internal bool HasForceTwoDigitYears
{
[Token(Token = "0x6001AC7")]
[Address(RVA = "0x2BFDE40", Offset = "0x2BFCC40", VA = "0x182BFDE40")]
get
{
return default(bool);
}
}
// Token: 0x1700035A RID: 858
// (get) Token: 0x06001AC8 RID: 6856 RVA: 0x00011760 File Offset: 0x0000F960
[Token(Token = "0x1700035A")]
internal bool HasYearMonthAdjustment
{
[Token(Token = "0x6001AC8")]
[Address(RVA = "0x2BFDEC0", Offset = "0x2BFCCC0", VA = "0x182BFDEC0")]
get
{
return default(bool);
}
}
// Token: 0x06001AC9 RID: 6857 RVA: 0x00011778 File Offset: 0x0000F978
[Token(Token = "0x6001AC9")]
[Address(RVA = "0x2BFC700", Offset = "0x2BFB500", VA = "0x182BFC700")]
internal bool YearMonthAdjustment(ref int year, ref int month, bool parsedMonthName)
{
return default(bool);
}
// Token: 0x06001ACA RID: 6858 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001ACA")]
[Address(RVA = "0x2BFA730", Offset = "0x2BF9530", VA = "0x182BFA730")]
internal static DateTimeFormatInfo GetJapaneseCalendarDTFI()
{
return null;
}
// Token: 0x06001ACB RID: 6859 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001ACB")]
[Address(RVA = "0x2BFAC20", Offset = "0x2BF9A20", VA = "0x182BFAC20")]
internal static DateTimeFormatInfo GetTaiwanCalendarDTFI()
{
return null;
}
// Token: 0x06001ACC RID: 6860 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001ACC")]
[Address(RVA = "0x2BF8450", Offset = "0x2BF7250", VA = "0x182BF8450")]
private void ClearTokenHashTable()
{
}
// Token: 0x06001ACD RID: 6861 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001ACD")]
[Address(RVA = "0x2BF8570", Offset = "0x2BF7370", VA = "0x182BF8570")]
internal TokenHashValue[] CreateTokenHashTable()
{
return null;
}
// Token: 0x06001ACE RID: 6862 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001ACE")]
[Address(RVA = "0x2BF8380", Offset = "0x2BF7180", VA = "0x182BF8380")]
private void AddMonthNames(TokenHashValue[] temp, string monthPostfix)
{
}
// Token: 0x06001ACF RID: 6863 RVA: 0x00011790 File Offset: 0x0000F990
[Token(Token = "0x6001ACF")]
[Address(RVA = "0x2BFC3C0", Offset = "0x2BFB1C0", VA = "0x182BFC3C0")]
private static bool TryParseHebrewNumber(ref __DTString str, out bool badFormat, out int number)
{
return default(bool);
}
// Token: 0x06001AD0 RID: 6864 RVA: 0x000117A8 File Offset: 0x0000F9A8
[Token(Token = "0x6001AD0")]
[Address(RVA = "0x2BFB5F0", Offset = "0x2BFA3F0", VA = "0x182BFB5F0")]
private static bool IsHebrewChar(char ch)
{
return default(bool);
}
// Token: 0x06001AD1 RID: 6865 RVA: 0x000117C0 File Offset: 0x0000F9C0
[Token(Token = "0x6001AD1")]
[Address(RVA = "0x2BFBF60", Offset = "0x2BFAD60", VA = "0x182BFBF60")]
internal bool Tokenize(TokenType TokenMask, out TokenType tokenType, out int tokenValue, ref __DTString str)
{
return default(bool);
}
// Token: 0x06001AD2 RID: 6866 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001AD2")]
[Address(RVA = "0x2BFAFE0", Offset = "0x2BF9DE0", VA = "0x182BFAFE0")]
private void InsertAtCurrentHashNode(TokenHashValue[] hashTable, string str, char ch, TokenType tokenType, int tokenValue, int pos, int hashcode, int hashProbe)
{
}
// Token: 0x06001AD3 RID: 6867 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001AD3")]
[Address(RVA = "0x2BFB210", Offset = "0x2BFA010", VA = "0x182BFB210")]
private void InsertHash(TokenHashValue[] hashTable, string str, TokenType tokenType, int tokenValue)
{
}
// Token: 0x04000E59 RID: 3673
[Token(Token = "0x4000E59")]
private static DateTimeFormatInfo invariantInfo;
// Token: 0x04000E5A RID: 3674
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000E5A")]
[NonSerialized]
private CultureData m_cultureData;
// Token: 0x04000E5B RID: 3675
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000E5B")]
[OptionalField]
internal string m_name;
// Token: 0x04000E5C RID: 3676
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x4000E5C")]
[NonSerialized]
private string m_langName;
// Token: 0x04000E5D RID: 3677
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000E5D")]
[NonSerialized]
private CompareInfo m_compareInfo;
// Token: 0x04000E5E RID: 3678
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x4000E5E")]
[NonSerialized]
private CultureInfo m_cultureInfo;
// Token: 0x04000E5F RID: 3679
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
[Token(Token = "0x4000E5F")]
internal string amDesignator;
// Token: 0x04000E60 RID: 3680
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
[Token(Token = "0x4000E60")]
internal string pmDesignator;
// Token: 0x04000E61 RID: 3681
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
[Token(Token = "0x4000E61")]
[OptionalField]
internal string dateSeparator;
// Token: 0x04000E62 RID: 3682
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
[Token(Token = "0x4000E62")]
[OptionalField]
internal string generalShortTimePattern;
// Token: 0x04000E63 RID: 3683
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
[Token(Token = "0x4000E63")]
[OptionalField]
internal string generalLongTimePattern;
// Token: 0x04000E64 RID: 3684
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
[Token(Token = "0x4000E64")]
[OptionalField]
internal string timeSeparator;
// Token: 0x04000E65 RID: 3685
[global::Cpp2IlInjected.FieldOffset(Offset = "0x68")]
[Token(Token = "0x4000E65")]
internal string monthDayPattern;
// Token: 0x04000E66 RID: 3686
[global::Cpp2IlInjected.FieldOffset(Offset = "0x70")]
[Token(Token = "0x4000E66")]
[OptionalField]
internal string dateTimeOffsetPattern;
// Token: 0x04000E67 RID: 3687
[Token(Token = "0x4000E67")]
internal const string rfc1123Pattern = "ddd, dd MMM yyyy HH':'mm':'ss 'GMT'";
// Token: 0x04000E68 RID: 3688
[Token(Token = "0x4000E68")]
internal const string sortableDateTimePattern = "yyyy'-'MM'-'dd'T'HH':'mm':'ss";
// Token: 0x04000E69 RID: 3689
[Token(Token = "0x4000E69")]
internal const string universalSortableDateTimePattern = "yyyy'-'MM'-'dd HH':'mm':'ss'Z'";
// Token: 0x04000E6A RID: 3690
[global::Cpp2IlInjected.FieldOffset(Offset = "0x78")]
[Token(Token = "0x4000E6A")]
internal Calendar calendar;
// Token: 0x04000E6B RID: 3691
[global::Cpp2IlInjected.FieldOffset(Offset = "0x80")]
[Token(Token = "0x4000E6B")]
internal int firstDayOfWeek;
// Token: 0x04000E6C RID: 3692
[global::Cpp2IlInjected.FieldOffset(Offset = "0x84")]
[Token(Token = "0x4000E6C")]
internal int calendarWeekRule;
// Token: 0x04000E6D RID: 3693
[global::Cpp2IlInjected.FieldOffset(Offset = "0x88")]
[Token(Token = "0x4000E6D")]
[OptionalField]
[NonSerialized]
internal string fullDateTimePattern;
// Token: 0x04000E6E RID: 3694
[global::Cpp2IlInjected.FieldOffset(Offset = "0x90")]
[Token(Token = "0x4000E6E")]
internal string[] abbreviatedDayNames;
// Token: 0x04000E6F RID: 3695
[global::Cpp2IlInjected.FieldOffset(Offset = "0x98")]
[Token(Token = "0x4000E6F")]
[OptionalField]
internal string[] m_superShortDayNames;
// Token: 0x04000E70 RID: 3696
[global::Cpp2IlInjected.FieldOffset(Offset = "0xA0")]
[Token(Token = "0x4000E70")]
internal string[] dayNames;
// Token: 0x04000E71 RID: 3697
[global::Cpp2IlInjected.FieldOffset(Offset = "0xA8")]
[Token(Token = "0x4000E71")]
internal string[] abbreviatedMonthNames;
// Token: 0x04000E72 RID: 3698
[global::Cpp2IlInjected.FieldOffset(Offset = "0xB0")]
[Token(Token = "0x4000E72")]
internal string[] monthNames;
// Token: 0x04000E73 RID: 3699
[global::Cpp2IlInjected.FieldOffset(Offset = "0xB8")]
[Token(Token = "0x4000E73")]
[OptionalField]
internal string[] genitiveMonthNames;
// Token: 0x04000E74 RID: 3700
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC0")]
[Token(Token = "0x4000E74")]
[OptionalField]
internal string[] m_genitiveAbbreviatedMonthNames;
// Token: 0x04000E75 RID: 3701
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC8")]
[Token(Token = "0x4000E75")]
[OptionalField]
internal string[] leapYearMonthNames;
// Token: 0x04000E76 RID: 3702
[global::Cpp2IlInjected.FieldOffset(Offset = "0xD0")]
[Token(Token = "0x4000E76")]
internal string longDatePattern;
// Token: 0x04000E77 RID: 3703
[global::Cpp2IlInjected.FieldOffset(Offset = "0xD8")]
[Token(Token = "0x4000E77")]
internal string shortDatePattern;
// Token: 0x04000E78 RID: 3704
[global::Cpp2IlInjected.FieldOffset(Offset = "0xE0")]
[Token(Token = "0x4000E78")]
internal string yearMonthPattern;
// Token: 0x04000E79 RID: 3705
[global::Cpp2IlInjected.FieldOffset(Offset = "0xE8")]
[Token(Token = "0x4000E79")]
internal string longTimePattern;
// Token: 0x04000E7A RID: 3706
[global::Cpp2IlInjected.FieldOffset(Offset = "0xF0")]
[Token(Token = "0x4000E7A")]
internal string shortTimePattern;
// Token: 0x04000E7B RID: 3707
[global::Cpp2IlInjected.FieldOffset(Offset = "0xF8")]
[Token(Token = "0x4000E7B")]
[OptionalField]
private string[] allYearMonthPatterns;
// Token: 0x04000E7C RID: 3708
[global::Cpp2IlInjected.FieldOffset(Offset = "0x100")]
[Token(Token = "0x4000E7C")]
internal string[] allShortDatePatterns;
// Token: 0x04000E7D RID: 3709
[global::Cpp2IlInjected.FieldOffset(Offset = "0x108")]
[Token(Token = "0x4000E7D")]
internal string[] allLongDatePatterns;
// Token: 0x04000E7E RID: 3710
[global::Cpp2IlInjected.FieldOffset(Offset = "0x110")]
[Token(Token = "0x4000E7E")]
internal string[] allShortTimePatterns;
// Token: 0x04000E7F RID: 3711
[global::Cpp2IlInjected.FieldOffset(Offset = "0x118")]
[Token(Token = "0x4000E7F")]
internal string[] allLongTimePatterns;
// Token: 0x04000E80 RID: 3712
[global::Cpp2IlInjected.FieldOffset(Offset = "0x120")]
[Token(Token = "0x4000E80")]
internal string[] m_eraNames;
// Token: 0x04000E81 RID: 3713
[global::Cpp2IlInjected.FieldOffset(Offset = "0x128")]
[Token(Token = "0x4000E81")]
internal string[] m_abbrevEraNames;
// Token: 0x04000E82 RID: 3714
[global::Cpp2IlInjected.FieldOffset(Offset = "0x130")]
[Token(Token = "0x4000E82")]
internal string[] m_abbrevEnglishEraNames;
// Token: 0x04000E83 RID: 3715
[global::Cpp2IlInjected.FieldOffset(Offset = "0x138")]
[Token(Token = "0x4000E83")]
internal int[] optionalCalendars;
// Token: 0x04000E84 RID: 3716
[Token(Token = "0x4000E84")]
private const int DEFAULT_ALL_DATETIMES_SIZE = 132;
// Token: 0x04000E85 RID: 3717
[global::Cpp2IlInjected.FieldOffset(Offset = "0x140")]
[Token(Token = "0x4000E85")]
internal bool m_isReadOnly;
// Token: 0x04000E86 RID: 3718
[global::Cpp2IlInjected.FieldOffset(Offset = "0x144")]
[Token(Token = "0x4000E86")]
[OptionalField]
internal DateTimeFormatFlags formatFlags;
// Token: 0x04000E87 RID: 3719
[Token(Token = "0x4000E87")]
internal static bool preferExistingTokens;
// Token: 0x04000E88 RID: 3720
[global::Cpp2IlInjected.FieldOffset(Offset = "0x148")]
[Token(Token = "0x4000E88")]
[OptionalField]
private int CultureID;
// Token: 0x04000E89 RID: 3721
[global::Cpp2IlInjected.FieldOffset(Offset = "0x14C")]
[Token(Token = "0x4000E89")]
[OptionalField]
private bool m_useUserOverride;
// Token: 0x04000E8A RID: 3722
[global::Cpp2IlInjected.FieldOffset(Offset = "0x14D")]
[Token(Token = "0x4000E8A")]
[OptionalField]
private bool bUseCalendarInfo;
// Token: 0x04000E8B RID: 3723
[global::Cpp2IlInjected.FieldOffset(Offset = "0x150")]
[Token(Token = "0x4000E8B")]
[OptionalField]
private int nDataItem;
// Token: 0x04000E8C RID: 3724
[global::Cpp2IlInjected.FieldOffset(Offset = "0x154")]
[Token(Token = "0x4000E8C")]
[OptionalField]
internal bool m_isDefaultCalendar;
// Token: 0x04000E8D RID: 3725
[Token(Token = "0x4000E8D")]
[OptionalField]
private static Hashtable s_calendarNativeNames;
// Token: 0x04000E8E RID: 3726
[global::Cpp2IlInjected.FieldOffset(Offset = "0x158")]
[Token(Token = "0x4000E8E")]
[OptionalField]
internal string[] m_dateWords;
// Token: 0x04000E8F RID: 3727
[global::Cpp2IlInjected.FieldOffset(Offset = "0x160")]
[Token(Token = "0x4000E8F")]
[NonSerialized]
private string m_fullTimeSpanPositivePattern;
// Token: 0x04000E90 RID: 3728
[global::Cpp2IlInjected.FieldOffset(Offset = "0x168")]
[Token(Token = "0x4000E90")]
[NonSerialized]
private string m_fullTimeSpanNegativePattern;
// Token: 0x04000E91 RID: 3729
[Token(Token = "0x4000E91")]
internal const DateTimeStyles InvalidDateTimeStyles = ~(DateTimeStyles.AllowLeadingWhite | DateTimeStyles.AllowTrailingWhite | DateTimeStyles.AllowInnerWhite | DateTimeStyles.NoCurrentDateDefault | DateTimeStyles.AdjustToUniversal | DateTimeStyles.AssumeLocal | DateTimeStyles.AssumeUniversal | DateTimeStyles.RoundtripKind);
// Token: 0x04000E92 RID: 3730
[global::Cpp2IlInjected.FieldOffset(Offset = "0x170")]
[Token(Token = "0x4000E92")]
[NonSerialized]
private TokenHashValue[] m_dtfiTokenHash;
// Token: 0x04000E93 RID: 3731
[Token(Token = "0x4000E93")]
private const int TOKEN_HASH_SIZE = 199;
// Token: 0x04000E94 RID: 3732
[Token(Token = "0x4000E94")]
private const int SECOND_PRIME = 197;
// Token: 0x04000E95 RID: 3733
[Token(Token = "0x4000E95")]
private const string dateSeparatorOrTimeZoneOffset = "-";
// Token: 0x04000E96 RID: 3734
[Token(Token = "0x4000E96")]
private const string invariantDateSeparator = "/";
// Token: 0x04000E97 RID: 3735
[Token(Token = "0x4000E97")]
private const string invariantTimeSeparator = ":";
// Token: 0x04000E98 RID: 3736
[Token(Token = "0x4000E98")]
internal const string IgnorablePeriod = ".";
// Token: 0x04000E99 RID: 3737
[Token(Token = "0x4000E99")]
internal const string IgnorableComma = ",";
// Token: 0x04000E9A RID: 3738
[Token(Token = "0x4000E9A")]
internal const string CJKYearSuff = "\ufffd";
// Token: 0x04000E9B RID: 3739
[Token(Token = "0x4000E9B")]
internal const string CJKMonthSuff = "\ufffd";
// Token: 0x04000E9C RID: 3740
[Token(Token = "0x4000E9C")]
internal const string CJKDaySuff = "\ufffd";
// Token: 0x04000E9D RID: 3741
[Token(Token = "0x4000E9D")]
internal const string KoreanYearSuff = "\ufffd";
// Token: 0x04000E9E RID: 3742
[Token(Token = "0x4000E9E")]
internal const string KoreanMonthSuff = "\ufffd";
// Token: 0x04000E9F RID: 3743
[Token(Token = "0x4000E9F")]
internal const string KoreanDaySuff = "\ufffd";
// Token: 0x04000EA0 RID: 3744
[Token(Token = "0x4000EA0")]
internal const string KoreanHourSuff = "\ufffd";
// Token: 0x04000EA1 RID: 3745
[Token(Token = "0x4000EA1")]
internal const string KoreanMinuteSuff = "\ufffd";
// Token: 0x04000EA2 RID: 3746
[Token(Token = "0x4000EA2")]
internal const string KoreanSecondSuff = "\ufffd";
// Token: 0x04000EA3 RID: 3747
[Token(Token = "0x4000EA3")]
internal const string CJKHourSuff = "\ufffd";
// Token: 0x04000EA4 RID: 3748
[Token(Token = "0x4000EA4")]
internal const string ChineseHourSuff = "\ufffd";
// Token: 0x04000EA5 RID: 3749
[Token(Token = "0x4000EA5")]
internal const string CJKMinuteSuff = "\ufffd";
// Token: 0x04000EA6 RID: 3750
[Token(Token = "0x4000EA6")]
internal const string CJKSecondSuff = "\ufffd";
// Token: 0x04000EA7 RID: 3751
[Token(Token = "0x4000EA7")]
internal const string LocalTimeMark = "T";
// Token: 0x04000EA8 RID: 3752
[Token(Token = "0x4000EA8")]
internal const string KoreanLangName = "ko";
// Token: 0x04000EA9 RID: 3753
[Token(Token = "0x4000EA9")]
internal const string JapaneseLangName = "ja";
// Token: 0x04000EAA RID: 3754
[Token(Token = "0x4000EAA")]
internal const string EnglishLangName = "en";
// Token: 0x04000EAB RID: 3755
[Token(Token = "0x4000EAB")]
private static DateTimeFormatInfo s_jajpDTFI;
// Token: 0x04000EAC RID: 3756
[Token(Token = "0x4000EAC")]
private static DateTimeFormatInfo s_zhtwDTFI;
}
}