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