'Declaration Public Function New( _ ByVal beginBound As TdTimestamp, _ ByVal endBound As TdTimestamp, _ ByVal scale As Byte _ )
'Usage Dim beginBound As TdTimestamp Dim endBound As TdTimestamp Dim scale As Byte Dim instance As New TdPeriodTimestamp(beginBound, endBound, scale)
public TdPeriodTimestamp( TdTimestamp beginBound, TdTimestamp endBound, byte scale )
public: TdPeriodTimestamp( TdTimestamp beginBound, TdTimestamp endBound, byte scale )
Parameters
- beginBound
- The starting time of the period.
- endBound
- The ending time of the period.
- scale
- The scale of the period.