| 
|   | TimeSpan (long ticks) | 
|   | 
|   | TimeSpan (int hours, int minutes, int seconds) | 
|   | 
|   | TimeSpan (int days, int hours, int minutes, int seconds, int milliseconds) | 
|   | 
| global::System.TimeSpan  | Add (global::System.TimeSpan ts) | 
|   | 
| int  | CompareTo (object value) | 
|   | 
| int  | CompareTo (global::System.TimeSpan value) | 
|   | 
| override bool  | Equals (object value) | 
|   | 
| bool  | Equals (global::System.TimeSpan obj) | 
|   | 
| override int  | GetHashCode () | 
|   | 
| global::System.TimeSpan  | Negate () | 
|   | 
| global::System.TimeSpan  | Subtract (global::System.TimeSpan ts) | 
|   | 
| override string  | ToString () | 
|   | 
| string  | ToString (string format) | 
|   | 
| 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) | 
|   | 
 | 
| static int  | Compare (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static global::System.TimeSpan  | FromDays (double value) | 
|   | 
| static global::System.TimeSpan  | FromHours (double value) | 
|   | 
| static global::System.TimeSpan  | FromMilliseconds (double value) | 
|   | 
| static global::System.TimeSpan  | FromMinutes (double value) | 
|   | 
| static global::System.TimeSpan  | FromSeconds (double value) | 
|   | 
| static global::System.TimeSpan  | FromTicks (long value) | 
|   | 
| static global::System.TimeSpan  | Parse (string s) | 
|   | 
| static global::System.TimeSpan  | Parse (string input, global::System.IFormatProvider formatProvider) | 
|   | 
| static bool  | TryParseExact (string input, string format, global::System.IFormatProvider formatProvider, out global::System.TimeSpan result) | 
|   | 
| static global::System.TimeSpan  | operator- (global::System.TimeSpan t) | 
|   | 
| static global::System.TimeSpan  | operator- (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static global::System.TimeSpan  | operator+ (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static bool  | operator== (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static bool  | operator!= (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static bool  | operator< (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static bool  | operator<= (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static bool  | operator> (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static bool  | operator>= (global::System.TimeSpan t1, global::System.TimeSpan t2) | 
|   | 
| static  | TimeSpan () | 
|   | 
Definition at line 18 of file TimeSpan.cs.