'Declaration Public Shared Function LeftDiff( _ ByVal left As TdPeriodDate, _ ByVal right As TdPeriodDate _ ) As TdPeriodDate
'Usage Dim left As TdPeriodDate Dim right As TdPeriodDate Dim value As TdPeriodDate value = TdPeriodDate.LeftDiff(left, right)
public static TdPeriodDate LeftDiff( TdPeriodDate left, TdPeriodDate right )
public: static TdPeriodDate LeftDiff( TdPeriodDate left, TdPeriodDate right )
Parameters
- left
- The left TdPeriodDate operand.
- right
- The right TdPeriodDate operand.
Return Value
A TdPeriodDate is returned that includes the portion of the left operand that
exists before the beginning of the right operand when the operands overlap.