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