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