'Declaration Public Function New( _ ByVal dateTime As Date, _ ByVal scale As Integer, _ ByVal utcOffset As TimeSpan _ )
'Usage Dim dateTime As Date Dim scale As Integer Dim utcOffset As TimeSpan Dim instance As New TdTimestampWithTimeZone(dateTime, scale, utcOffset)
Parameters
- dateTime
- The DateTime structure that will be used to build the date and time components.
- scale
- The scale of the timestamp. The scale can range from 0 - 6.
- utcOffset
- The UTC offset. The offset can range from -12:59 to +13:00.