DB2TimeStampConstructors
Initializes a new instance of the DB2TimeStamp class.
Public Constructors
| Constructor | Description |
|---|---|
DB2TimeStamp() |
Initializes a new set to null. |
DB2TimeStamp(int year, int month, int day, int
hour, int minute, int second, int microsecond) |
Initializes a new DB2TimeStamp structure with the specified integer values. |
DB2TimeStamp(int year, int month, int day,
int hour, int minute, int second, int microsecond, int64 picosecond) |
Initializes a new DB2TimeStamp structure with the specified integer values. |
DB2TimeStamp(int year, int month, int day,
int hour, int minute, int second, int microsecond, int64 picosecond,
int precision) Constructor |
Initializes a new DB2TimeStamp structure with the specified integer values. |
DB2TimeStamp(DateTime value) |
Initializes a new DB2TimeStamp structure with the specified DateTime value. |
DB2TimeStamp(DateTime value, int precision) |
Initializes a new DB2TimeStamp structure with the specified DateTime and integer precision values. |