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