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



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

Parameters

value
The TdTime 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

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

See Also

Reference

TdPeriodTime Structure
TdPeriodTime Members