| Name | Description | |
|---|---|---|
|  | TdTimestamp Constructor | Overloaded. | 
The following tables list the members exposed by TdTimestamp.
| Name | Description | |
|---|---|---|
|  | TdTimestamp Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|   | MaxValue | The largest possible value of TdTimestamp. This field is read-only. | 
|   | MinValue | The smallest possible value of TdTimestamp. This field is read-only. | 
|   | Null | Gets a Null TdTimestamp instance. | 
| Name | Description | |
|---|---|---|
|  | Day | The Day of the date contained in this instance of TdTimestamp is returned. | 
|  | Hour | The hour of the time component in this instance of TdTimestamp is returned. | 
|  | IsNull | Indicates whether this TdTimestamp instance is TdTimestamp.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 TdTimestamp. | 
|  | Month | The Month of the date contained in this instance of TdTimestamp is returned. | 
|  | Scale | Returns the scale of this instance of TdTimestamp. | 
|  | Second | The number of seconds contained in the time component in this instance of TdTimestamp is returned. | 
|  | Value | Gets the DateTime representation of this TdTimestamp instance. | 
|  | Year | The Year of the date contained in this instance of TdTimestamp is returned. | 
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. | 
|  | AddMonths | Add the specified number of months to the this instance of TdTimestamp. | 
|  | AddYears | Adds the specified number of years to the this instance of TdTimestamp. | 
|   | Compare | Compares two instances of TdTimestamp 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 TdTimestamp 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 TdTimestamp XML type mapping. | 
|   | GreaterThan | Compares two TdTimestamp to determine whether the left operand is greater than the right operand. | 
|   | GreaterThanOrEqual | Compares two TdTimestamp to determine whether the left operand is greater than or equal to the right operand. | 
|   | LessThan | Compares two TdTimestamps to determine whether the left operand is less than the right operand. | 
|   | LessThanOrEqual | Compares two TdTimestamps to determine whether the left operand is less than or equal to the right operand. | 
|   | NotEquals | Compares two TdTimestamp to determine whether the left operand is not equal to the right operand. | 
|   | Parse | Overloaded. | 
|  | Subtract | Overloaded. | 
|  | ToString | Overloaded. | 
|   | TryParse | Overloaded. | 
|  Addition | Overloaded. | 
|  Equality | Compares two TdTimestamp to determine whether the left operand is equal to the right operand. | 
|  Explicit Type Conversion | Overloaded. | 
|  Greater Than | Compares two TdTimestamps to determine whether the left operand is greater than the right operand. | 
|  Greater Than or Equal | Compares two TdTimestamps to determine whether the left operand is greater than or equal to the right operand. | 
|  Inequality | Compares two TdTimestamps to determine whether the left operand is not equal to the right operand. | 
|  Less Than | Compares two TdTimestamps to determine whether the left operand is less than the right operand. | 
|  Less Than or Equal | Compares two TdTimestamps to determine whether the left operand is less than or equal to the right operand. | 
|  Subtraction | Overloaded. |