| Name | Description | |
|---|---|---|
|  | DB2TimeStamp Constructor | Overloaded. Initializes a new instance of the DB2TimeStamp structure. | 
The following tables list the members exposed by DB2TimeStamp.
| Name | Description | |
|---|---|---|
|  | DB2TimeStamp Constructor | Overloaded. Initializes a new instance of the DB2TimeStamp structure. | 
| Name | Description | |
|---|---|---|
|   | MaxValue | Represents the maximum valid date and time for an DB2TimeStamp structure. | 
|   | MinValue | Represents the minimum valid date and time for an DB2TimeStamp structure. | 
|   | Null | Represents a null value that can be assigned to a DB2TimeStamp structure. | 
| Name | Description | |
|---|---|---|
|  | IsNull | Gets a value indicating whether the DB2TimeStamp structure represents Null. | 
|  | Precision | Gets the DB2TimeStamp precision. | 
|  | Value | Gets the date and time that is stored in the DB2TimeStamp structure. | 
| Name | Description | |
|---|---|---|
|  | CompareTo | Overloaded. Compares the current DB2TimeStamp object to the specified object and returns an integer that represents their relative values. | 
|   | Equals | Overloaded. Compares two DB2TimeStamp structures to determine if they are equal. | 
|  | GetHashCode | Gets a hash code for the DB2TimeStamp instance. | 
|   | GreaterThan | Determines whether the first of two DB2TimeStamp values is greater than the second. | 
|   | GreaterThanOrEqual | Determines whether the first of two DB2TimeStamp values is greater than or equal to the second. | 
|   | LessThan | Determines whether the first of two DB2TimeStamp values is less than the second. | 
|   | LessThanOrEqual | Determines whether the first of two DB2TimeStamp values is less than or equal to the second. | 
|   | NotEquals | Determines whether two DB2TimeStamp values are not equal. | 
|   | Parse | Overloaded. Converts the specified System.String representation of a date to its DB2TimeStamp equivalent. | 
|  | ToString | Converts the current DB2TimeStamp structure to a System.String. | 
|  Equality | Determines whether two DB2TimeStamp values are equal. | 
|  Explicit Type Conversion | Converts a DB2TimeStamp structure to a System.DateTime structure. | 
|  Greater Than | Compares two DB2TimeStamp structures to determine if the first is greater than the second. | 
|  Greater Than or Equal | Compares two DB2TimeStamp structures to determine if the first is greater than or equal to the second. | 
|  Implicit Type Conversion | Converts a System.DateTime structure to a DB2TimeStamp structure. | 
|  Inequality | Determines whether two DB2TimeStamp values are not equal. | 
|  Less Than | Compares two DB2TimeStamp structures to determine if the first is less than the second. | 
|  Less Than or Equal | Compares two DB2TimeStamp structures to determine if the first is less than or equal to the second. | 
|  Subtraction | Returns the difference between the first and second DB2TimeStamp arguments as a DB2Time structure. |