'Declaration Public Shared Function RightDiff( _ ByVal left As TdPeriodTime, _ ByVal right As TdPeriodTime _ ) As TdPeriodTime
'Usage Dim left As TdPeriodTime Dim right As TdPeriodTime Dim value As TdPeriodTime value = TdPeriodTime.RightDiff(left, right)
public static TdPeriodTime RightDiff( TdPeriodTime left, TdPeriodTime right )
public: static TdPeriodTime RightDiff( TdPeriodTime left, TdPeriodTime right )
Parameters
- left
- The left TdPeriodTime operand.
- right
- The right TdPeriodTime operand.
Return Value
A TdPeriodTime 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.