Send feedback on this topic.
Teradata.Client.Provider
Contains Method (TdPeriodTimestampWithTimeZone)



Teradata.Client.Provider Namespace > TdPeriodTimestampWithTimeZone Structure : Contains Method
The TdTimestamp that is to be found in the period.
Indicates whether the TdTimestamp value is contained in this instance of TdPeriodTimestampWithTimeZone.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As TdTimestampWithTimeZone _
) As Boolean
'Usage
 
Dim instance As TdPeriodTimestampWithTimeZone
Dim value As TdTimestampWithTimeZone
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   TdTimestampWithTimeZone value
)
public:
bool Contains( 
   TdTimestampWithTimeZone value
) 

Parameters

value
The TdTimestamp that is to be found in the period.

Return Value

A boolean value is returned that indicates whether the value is contained in the period.
Remarks
A false is returned if value is Null. A true is returned if the value is contained in the period, otherwise a false is returned.

It is not required that the UTC Offset of this instance of period and the value be the same. The UTC representation of the bounds of the period and value will be used to determine whether the value is contained in the period.

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members