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