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



Teradata.Client.Provider Namespace > TdPeriodTimestamp Structure : Contains Method
The TdTimestamp that is to be found in the period.
Indicates whether the TdTimestamp value is contained in this instance of TdPeriodTimestamp.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As TdTimestamp _
) As Boolean
'Usage
 
Dim instance As TdPeriodTimestamp
Dim value As TdTimestamp
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   TdTimestamp value
)
public:
bool Contains( 
   TdTimestamp 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.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdPeriodTimestamp Structure
TdPeriodTimestamp Members