DB2TimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int64,Int32)
In This Topic
Initializes a new instance of the
DB2TimeStamp 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 _
)
public DB2TimeStamp(
int ,
int ,
int ,
int ,
int ,
int ,
long ,
int
)
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.
See Also