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