'Declaration Public Shared Function LeftDiff( _ 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.LeftDiff(left, right)
public static TdPeriodTimestamp LeftDiff( TdPeriodTimestamp left, TdPeriodTimestamp right )
public: static TdPeriodTimestamp LeftDiff( TdPeriodTimestamp left, TdPeriodTimestamp right )
Parameters
- left
- The left TdPeriodTimestamp operand.
- right
- The right TdPeriodTimestamp operand.
Return Value
A TdPeriodTimestamp is returned that includes the portion of the left operand that
exists before the beginning of the right operand when the operands overlap.