DB2TimeStampConstructors

Initializes a new instance of the DB2TimeStamp class.

Public Constructors

Constructor Description
public method DB2TimeStamp() Initializes a new set to null.
public method 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.
public method 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.
public method 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.
public method DB2TimeStamp(DateTime value) Initializes a new DB2TimeStamp structure with the specified DateTime value.
public method DB2TimeStamp(DateTime value, int precision) Initializes a new DB2TimeStamp structure with the specified DateTime and integer precision values.