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