terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.DateTimeFormat Class Reference
+ Collaboration diagram for System.DateTimeFormat:

Static Package Functions

static void FormatDigits (global::System.Text.StringBuilder outputBuffer, int value, int len)
 
static unsafe void FormatDigits (global::System.Text.StringBuilder outputBuffer, int value, int len, bool overrideLengthLimit)
 
static int ParseRepeatPattern (global::System.ReadOnlySpan< char > format, int pos, char patternChar)
 
static int ParseQuoteString (global::System.ReadOnlySpan< char > format, int pos, global::System.Text.StringBuilder result)
 
static int ParseNextChar (global::System.ReadOnlySpan< char > format, int pos)
 
static string GetRealFormat (global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi)
 
static string Format (global::System.DateTime dateTime, string format, global::System.IFormatProvider provider)
 
static string Format (global::System.DateTime dateTime, string format, global::System.IFormatProvider provider, global::System.TimeSpan offset)
 
static bool TryFormat (global::System.DateTime dateTime, global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format, global::System.IFormatProvider provider)
 
static bool TryFormat (global::System.DateTime dateTime, global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format, global::System.IFormatProvider provider, global::System.TimeSpan offset)
 
static void InvalidFormatForLocal (global::System.ReadOnlySpan< char > format, global::System.DateTime dateTime)
 

Static Package Attributes

static readonly global::System.TimeSpan NullOffset
 
static char[] allStandardFormats
 
static readonly global::System.Globalization.DateTimeFormatInfo InvariantFormatInfo
 
static readonly string[] InvariantAbbreviatedMonthNames
 
static readonly string[] InvariantAbbreviatedDayNames
 
static string[] fixedNumberFormats
 

Static Private Member Functions

static void HebrewFormatDigits (global::System.Text.StringBuilder outputBuffer, int digits)
 
static string FormatDayOfWeek (int dayOfWeek, int repeat, global::System.Globalization.DateTimeFormatInfo dtfi)
 
static string FormatMonth (int month, int repeatCount, global::System.Globalization.DateTimeFormatInfo dtfi)
 
static string FormatHebrewMonthName (global::System.DateTime time, int month, int repeatCount, global::System.Globalization.DateTimeFormatInfo dtfi)
 
static bool IsUseGenitiveForm (global::System.ReadOnlySpan< char > format, int index, int tokenLen, char patternToMatch)
 
static global::System.Text.StringBuilder FormatCustomized (global::System.DateTime dateTime, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.TimeSpan offset, global::System.Text.StringBuilder result)
 
static void FormatCustomizedTimeZone (global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.ReadOnlySpan< char > format, int tokenLen, bool timeOnly, global::System.Text.StringBuilder result)
 
static void FormatCustomizedRoundripTimeZone (global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Text.StringBuilder result)
 
static void Append2DigitNumber (global::System.Text.StringBuilder result, int val)
 
static string ExpandPredefinedFormat (global::System.ReadOnlySpan< char > format, ref global::System.DateTime dateTime, ref global::System.Globalization.DateTimeFormatInfo dtfi, ref global::System.TimeSpan offset)
 
static global::System.Text.StringBuilder FormatStringBuilder (global::System.DateTime dateTime, global::System.ReadOnlySpan< char > format, global::System.Globalization.DateTimeFormatInfo dtfi, global::System.TimeSpan offset)
 
static bool TryFormatO (global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Span< char > destination, out int charsWritten)
 
static bool TryFormatR (global::System.DateTime dateTime, global::System.TimeSpan offset, global::System.Span< char > destination, out int charsWritten)
 
static void WriteTwoDecimalDigits (uint value, global::System.Span< char > destination, int offset)
 
static void WriteFourDecimalDigits (uint value, global::System.Span< char > buffer, int startingIndex=0)
 
static void WriteDigits (ulong value, global::System.Span< char > buffer)
 
static DateTimeFormat ()
 

Detailed Description

Definition at line 11 of file DateTimeFormat.cs.


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