System.TimeSpan.TTimeSpan Properties
InheritedProtected
| Days | public | Specifies the days component in a time span. |
| Hours | public | Specifies the hours component in a time span. |
| MaxValue | public | Specifies the maximum TTimeSpan value. |
| Milliseconds | public | Specifies the milliseconds component in a time span. |
| Minutes | public | Specifies the minutes component in a time span. |
| MinValue | public | Specifies the minimum TTimeSpan value. |
| Seconds | public | Specifies the seconds component in a time span. |
| Ticks | public | Specifies the number of ticks in a time span. |
| TotalDays | public | Specifies the total amount of days in a time span. |
| TotalHours | public | Specifies the total amount of hours in a time span. |
| TotalMilliseconds | public | Specifies the total amount of milliseconds in a time span. |
| TotalMinutes | public | Specifies the total amount of minutes in a time span. |
| TotalSeconds | public | Specifies the total amount of seconds in a time span. |
| Zero | public | Represents the zero TTimeSpan value. |