'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 microsecond As Integer _ )
'Usage Dim year As Integer Dim month As Integer Dim day As Integer Dim hour As Integer Dim minute As Integer Dim second As Integer Dim microsecond As Integer Dim instance As New TdTimestampWithTimeZone(year, month, day, hour, minute, second, microsecond)
Parameters
- year
- The year of the specified timestamp. Valid values are 0001-9999.
- month
- The month of the specified timestamp. Valid values are 01-12.
- day
- The day of the specified timestamp. Valid values are 1-31.
- hour
- The hour of the specified timestamp. Valid values are 0-23.
- minute
- The minute of the specified timestamp. Valid values are 0-59.
- second
- The second of the specified timestamp. Valid values are 0-59.
- microsecond
- The number of microseconds.