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 As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Long, _
ByVal As Integer, _
ByVal As TimeSpan _
)
public DB2TimeStampOffset(
int ,
int ,
int ,
int ,
int ,
int ,
long ,
int ,
TimeSpan
)
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