|
| 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 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 () |
|
|
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] |
|
|
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) |
|
Definition at line 14 of file DateTimeOffset.cs.
The documentation for this struct was generated from the following file: