dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2TimeStampOffset Structure / DB2TimeStampOffset Constructor / DB2TimeStampOffset Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int64,Int32,TimeSpan)
The specified year.
The specified month.
The specified day.
The specified hour.
The specified minute.
The specified second.
The specified picosecond.
An integer value between 0 and 12, determining the number of decimal places of precision.
The specified offset from Coordinated Universal Time.

In This Topic
    DB2TimeStampOffset Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int64,Int32,TimeSpan)
    In This Topic
    Initializes a new instance of the DB2TimeStampOffset structure with the specified year, month, day, hour, minute, second, and nanosecond.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal year As Integer, _
       ByVal month As Integer, _
       ByVal day As Integer, _
       ByVal hour As Integer, _
       ByVal minute As Integer, _
       ByVal second As Integer, _
       ByVal picosecond As Long, _
       ByVal precision As Integer, _
       ByVal timezoneOffset As TimeSpan _
    )
    public DB2TimeStampOffset( 
       int year,
       int month,
       int day,
       int hour,
       int minute,
       int second,
       long picosecond,
       int precision,
       TimeSpan timezoneOffset
    )

    Parameters

    year
    The specified year.
    month
    The specified month.
    day
    The specified day.
    hour
    The specified hour.
    minute
    The specified minute.
    second
    The specified second.
    picosecond
    The specified picosecond.
    precision
    An integer value between 0 and 12, determining the number of decimal places of precision.
    timezoneOffset
    The specified offset from Coordinated Universal Time.
    See Also