DB2Date Members
Represents the DATE DB2® data type. Encapsulates the DateTime .NET data type. The following tables list the members exposed by the DB2Date class.
Public Fields
Public Constructors
| Constructor | Description |
|---|---|
DB2Date |
Initializes a new DB2Date object with the specified DateTime value. |
Public Properties
Public Methods
| Method | Description |
|---|---|
Parse |
Converts the supplied String to DB2Date. |
ToString |
Returns a string that represents the DB2Date structure. |
op_explicit |
Converts the supplied DB2Date structure to a DateTime value. |
op_implicit |
Converts the supplied DateTime value to DB2Date. |