'Declaration Public Function New( _ ByVal dateTimeOffset As DateTimeOffset, _ ByVal scale As Integer _ )
'Usage Dim dateTimeOffset As DateTimeOffset Dim scale As Integer Dim instance As New TdTimestampWithTimeZone(dateTimeOffset, scale)
public TdTimestampWithTimeZone( DateTimeOffset dateTimeOffset, int scale )
public: TdTimestampWithTimeZone( DateTimeOffset dateTimeOffset, int scale )
Parameters
- dateTimeOffset
- The DateTimeOffset 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.