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