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. |
![]() | Determines whether two DB2TimeStamp values are equal. |
![]() | Converts a DB2TimeStamp structure to a System.DateTime structure. |
![]() | Compares two DB2TimeStamp structures to determine if the first is greater than the second. |
![]() | Compares two DB2TimeStamp structures to determine if the first is greater than or equal to the second. |
![]() | Converts a System.DateTime structure to a DB2TimeStamp structure. |
![]() | Determines whether two DB2TimeStamp values are not equal. |
![]() | Compares two DB2TimeStamp structures to determine if the first is less than the second. |
![]() | Compares two DB2TimeStamp structures to determine if the first is less than or equal to the second. |
![]() | Returns the difference between the first and second DB2TimeStamp arguments as a DB2Time structure. |