'Declaration Public Shared Function Normalize( _ 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.Normalize(left, right)
public static TdPeriodTimestampWithTimeZone Normalize( TdPeriodTimestampWithTimeZone left, TdPeriodTimestampWithTimeZone right )
public: static TdPeriodTimestampWithTimeZone Normalize( TdPeriodTimestampWithTimeZone left, TdPeriodTimestampWithTimeZone right )
Parameters
- left
- The left TdPeriodTimestampWithTimeZone operand.
- right
- The right TdPeriodTimestampWithTimeZone operand.
Return Value
A TdPeriodTimestampWithTimeZone is returned whose period includes both operands.