The properties of System.TimeSpan are listed below. For a list of all members, see the TimeSpan Members list.
See Also: Inherited members from System.ValueType
[read-only] Days int. Gets the number days represented by the current instance. [read-only] Hours int. Gets the number of hours represented by the current instance. [read-only] Milliseconds int. Gets the number of milliseconds represented by the current instance. [read-only] Minutes int. Gets the number of minutes represented by the current instance. [read-only] Seconds int. Gets the number of seconds represented by the current instance. [read-only] Ticks long. Gets the number of ticks represented by the current instance. [read-only] TotalDays double. Gets the value of the current instance expressed in days. [read-only] TotalHours double. Gets the value of the current instance expressed in hours. [read-only] TotalMilliseconds double. Gets the value of the current instance expressed in milliseconds. [read-only] TotalMinutes double. Gets the value of the current instance expressed in minutes. [read-only] TotalSeconds double. Gets the value of the current instance expressed in seconds.