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.DateTimeOffset Struct Reference
+ Inheritance diagram for System.DateTimeOffset:
+ Collaboration diagram for System.DateTimeOffset:

Public Member Functions

 DateTimeOffset (long ticks, global::System.TimeSpan offset)
 
 DateTimeOffset (global::System.DateTime dateTime)
 
 DateTimeOffset (global::System.DateTime dateTime, global::System.TimeSpan offset)
 
 DateTimeOffset (int year, int month, int day, int hour, int minute, int second, global::System.TimeSpan offset)
 
 DateTimeOffset (int year, int month, int day, int hour, int minute, int second, int millisecond, global::System.TimeSpan offset)
 
 DateTimeOffset (int year, int month, int day, int hour, int minute, int second, int millisecond, global::System.Globalization.Calendar calendar, global::System.TimeSpan offset)
 
global::System.DateTimeOffset AddTicks (long ticks)
 
int CompareTo (global::System.DateTimeOffset other)
 
override bool Equals (object obj)
 
bool Equals (global::System.DateTimeOffset other)
 
override int GetHashCode ()
 
global::System.DateTimeOffset ToLocalTime ()
 
override string ToString ()
 
string ToString (global::System.IFormatProvider formatProvider)
 
string ToString (string format, global::System.IFormatProvider formatProvider)
 
bool TryFormat (global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format=default(global::System.ReadOnlySpan< char >), global::System.IFormatProvider formatProvider=null)
 
global::System.DateTimeOffset ToUniversalTime ()
 

Static Public Member Functions

static global::System.DateTimeOffset FromFileTime (long fileTime)
 
static global::System.DateTimeOffset FromUnixTimeSeconds (long seconds)
 
static global::System.DateTimeOffset Parse (string input, global::System.IFormatProvider formatProvider)
 
static global::System.DateTimeOffset Parse (string input, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles)
 
static global::System.DateTimeOffset ParseExact (string input, string format, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles)
 
static bool TryParse (string input, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles, out global::System.DateTimeOffset result)
 
static bool TryParseExact (string input, string format, global::System.IFormatProvider formatProvider, global::System.Globalization.DateTimeStyles styles, out global::System.DateTimeOffset result)
 
static implicit operator global::System.DateTimeOffset (global::System.DateTime dateTime)
 
static bool operator== (global::System.DateTimeOffset left, global::System.DateTimeOffset right)
 
static DateTimeOffset ()
 

Static Public Attributes

static readonly global::System.DateTimeOffset MinValue
 
static readonly global::System.DateTimeOffset MaxValue
 
static readonly global::System.DateTimeOffset UnixEpoch
 

Package Functions

global::System.DateTimeOffset ToLocalTime (bool throwOnOverflow)
 

Properties

global::System.DateTime DateTime [get, set]
 
global::System.DateTime UtcDateTime [get, set]
 
global::System.DateTime LocalDateTime [get, set]
 
global::System.DateTime ClockDateTime [get, set]
 
int Day [get, set]
 
int Hour [get, set]
 
int Millisecond [get, set]
 
int Minute [get, set]
 
int Month [get, set]
 
global::System.TimeSpan Offset [get, set]
 
int Second [get, set]
 
long Ticks [get, set]
 
global::System.TimeSpan TimeOfDay [get, set]
 
int Year [get, set]
 

Private Member Functions

int System.IComparable. CompareTo (object obj)
 
void System.Runtime.Serialization.IDeserializationCallback. OnDeserialization (object sender)
 
void System.Runtime.Serialization.ISerializable. GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 
 DateTimeOffset (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 

Static Private Member Functions

static short ValidateOffset (global::System.TimeSpan offset)
 
static global::System.DateTime ValidateDate (global::System.DateTime dateTime, global::System.TimeSpan offset)
 
static global::System.Globalization.DateTimeStyles ValidateStyles (global::System.Globalization.DateTimeStyles style, string parameterName)
 

Private Attributes

readonly global::System.DateTime _dateTime
 
readonly short _offsetMinutes
 

Detailed Description

Definition at line 14 of file DateTimeOffset.cs.


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