| Name | Description | |
|---|---|---|
|  | TdTime Constructor | Overloaded. | 
The following tables list the members exposed by TdTime.
| Name | Description | |
|---|---|---|
|  | TdTime Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|   | MaxValue | The largest possible value of TdTime. This field is read-only. | 
|   | MinValue | The smallest possible value of TdTime. This field is read-only. | 
|   | Null | Gets a Null TdTime instance. | 
| Name | Description | |
|---|---|---|
|  | Hour | The hour of the time component in this instance of TdTime is returned. | 
|  | IsNull | Indicates whether this TdTime instance is TdTime.Null. | 
|  | Microsecond | The sub-seconds contained in the time component is returned in microseconds. | 
|  | Minute | The number of minutes contained in the time component of this instance of TdTime. | 
|  | Scale | Returns the scale of this instance of TdTime. | 
|  | Second | The number of seconds contained in the time component in this instance of TdTime is returned. | 
|  | Value | Gets the TimeSpan representation of this TdTime instance. | 
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. | 
|   | Compare | Compares two instances of TdTime and returns a value indicating whether left is greater than, less than or equal to right. | 
|  | CompareTo | Overloaded. Compares this instance to the supplied object and returns whether it is less than, equal or greater than the supplied object. | 
|  | Equals | Overloaded. Returns a value indicating whether two instances of TdTime are equal. | 
|  | GetHashCode | Returns the hash code for this instance. | 
|  | GetType | Gets the System.Type of the current instance. (Inherited from object) | 
|   | GetXmlSchema | Specifies the XML Qualified name for TdTime XML type mapping. | 
|   | GreaterThan | Compares two TdTime to determine whether the left operand is greater than the right operand. | 
|   | GreaterThanOrEqual | Compares two TdTime to determine whether the left operand is greater than or equal to the right operand. | 
|   | LessThan | Compares two TdTime to determine whether the left operand is less than the right operand. | 
|   | LessThanOrEqual | Compares two TdTime to determine whether the left operand is less than or equal to the right operand. | 
|   | NotEquals | Compares two TdTime to determine whether the left operand is not equal to the right operand. | 
|   | Parse | Overloaded. | 
|  | Subtract | Overloaded. | 
|  | ToString | Overloaded. | 
|  | ToTimeSpan | Converts this instance of TdTime into a TimeSpan. | 
|   | TryParse | Overloaded. | 
|  Addition | Overloaded. | 
|  Equality | Compares two TdTimes to determine whether the left operand is equal to the right operand. | 
|  Explicit Type Conversion | Overloaded. | 
|  Greater Than | Compares two TdTime to determine whether the left operand is greater than the right operand. | 
|  Greater Than or Equal | Compares two TdTimes to determine whether the left operand is greater than or equal to the right operand. | 
|  Inequality | Compares two TdTimes to determine whether the left operand is not equal to the right operand. | 
|  Less Than | Compares two TdTimes to determine whether the left operand is less than the right operand. | 
|  Less Than or Equal | Compares two TdTimes to determine whether the left operand is less than or equal to the right operand. | 
|  Subtraction | Overloaded. |