OracleTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,TimeSpan)
In This Topic
Initializes a new instance of the
OracleTimeStamp structure with the specified year, month, day, hour, minute, second, nanosecond, and time zone.
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 Integer, _
ByVal As TimeSpan _
)
public OracleTimeStamp(
int ,
int ,
int ,
int ,
int ,
int ,
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.
- nanosecond
- The specified nanosecond.
- timeZone
- The specified time zone.
See Also