'Declaration Public Function New( _ ByVal year As Integer, _ ByVal month As Integer, _ ByVal day As Integer _ )
'Usage Dim year As Integer Dim month As Integer Dim day As Integer Dim instance As New TdTimestampWithTimeZone(year, month, day)
Parameters
- year
- The year of the specified date. Valid values are 0001-9999.
- month
- The month of the specified date. Valid values are 01-12.
- day
- The day of the specified date. Valid values are 1-31.