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