'Declaration Public Shared Function RightDiff( _ ByVal left As TdPeriodDate, _ ByVal right As TdPeriodDate _ ) As TdPeriodDate
'Usage Dim left As TdPeriodDate Dim right As TdPeriodDate Dim value As TdPeriodDate value = TdPeriodDate.RightDiff(left, right)
public static TdPeriodDate RightDiff( TdPeriodDate left, TdPeriodDate right )
public: static TdPeriodDate RightDiff( TdPeriodDate left, TdPeriodDate right )
Parameters
- left
- The left TdPeriodDate operand.
- right
- The right TdPeriodDate operand.
Return Value
A TdPeriodDate is returned that contains the period that begins from the end of the left operand to the end of the right when the operands overlap.