'Declaration Public Shared Function Intersect( _ 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.Intersect(left, right)
public static TdPeriodTimestamp Intersect( TdPeriodTimestamp left, TdPeriodTimestamp right )
public: static TdPeriodTimestamp Intersect( TdPeriodTimestamp left, TdPeriodTimestamp right )
Parameters
- left
- The left TdPeriodTimestamp operand.
- right
- The right TdPeriodTimestamp operand.
Return Value
A period that is the intersection between the left and right operands
is returned.