Send feedback on this topic.
Teradata.Client.Provider
TdIntervalDayToSecond Structure Members
Fields  Properties  Methods 

Teradata.Client.Provider Namespace : TdIntervalDayToSecond Structure

The following tables list the members exposed by TdIntervalDayToSecond.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of TdIntervalDayToSecond.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)A constant representing the maximum number of significant digits in the TdIntervalDayToSecond.Days interval component.  
Public Fieldstatic (Shared in Visual Basic)A constant representing the maximum scale of the TdIntervalDayToSecond.Microseconds interval component.  
Public Fieldstatic (Shared in Visual Basic)The largest possible value for TdIntervalDayToSecond.  
Public Fieldstatic (Shared in Visual Basic)A constant representing the minimum number of significant digits in the TdIntervalDayToSecond.Days interval component.  
Public Fieldstatic (Shared in Visual Basic)A constant representing the minimum scale of the TdIntervalDayToSecond.Microseconds interval component.  
Public Fieldstatic (Shared in Visual Basic)The smallest possible value for TdIntervalDayToSecond.  
Public Fieldstatic (Shared in Visual Basic)Gets a Null TdIntervalDayToSecond instance.  
Public Fieldstatic (Shared in Visual Basic)Gets an TdIntervalDayToSecond instance that contains all zero elements for each interval field.  
Top
Public Properties
 NameDescription
Public Property The number of interval days is returned. The return value ranges from -9999 to 9999.  
Public Property The number of interval hours is returned. The return value ranges from -23 to 23.  
Public PropertyIndicates whether this TdIntervalDayToSecond instance is TdIntervalDayToSecond.Null.  
Public Property The number of interval microseconds is returned. The return value ranges from -999999 to 999999.  
Public Property The number of interval minutes is returned. The return value ranges from -59 to 59.  
Public Property The number of significant digits in the day is returned. The return value ranges from 1 to 4.  
Public Property The number of decimal places for the second is returned. The return value ranges from 0 to 6.  
Public Property The number of interval seconds is returned. The return value ranges from -59 to 59.  
Public PropertyGets the .NET data type representation of TdIntervalDayToSecond as a TimeSpan.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Calculates the sum of two TdIntervalDayToSecond operands.  
Public Methodstatic (Shared in Visual Basic)Two TdIntervalDayToSecond intervals are compared and a value is returned that indicates left is greater than, less than or equal to right.  
Public MethodOverloaded. Compares this instance to the supplied TdIntervalDayToSecond and returns whether this instance is less than, equal or greater than the supplied TdIntervalDayToSecond.  
Public Methodstatic (Shared in Visual Basic)A TdIntervalDayToSecond is divided by an integer value.  
Public MethodOverloaded. Returns a value indicating whether two instances of TdIntervalDayToSecond are equal.  
Public Method Returns the hash code for this instance.  
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Gets the XML Qualified name for TdIntervalDayToSecond XML type mapping.  
Public Methodstatic (Shared in Visual Basic)Determines whether the left is greater than the right.  
Public Methodstatic (Shared in Visual Basic)This operator determines whether the left is greater than or equal to the right.  
Public Methodstatic (Shared in Visual Basic)This method determines whether the left is less than the right.  
Public Methodstatic (Shared in Visual Basic)This method determines whether the left is less than or equal to the right.  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Methodstatic (Shared in Visual Basic)Compares two TdIntervalDayToSecond interval types to determine whether the left is not equal to right.  
Public Methodstatic (Shared in Visual Basic)The specified string is converted into an equivalent TdIntervalDayToSecond.  
Public Methodstatic (Shared in Visual Basic)A TdIntervalDayToSecond is subtracted from another TdIntervalDayToSecond.  
Public MethodOverloaded.   
Public Methodstatic (Shared in Visual Basic)The specified string is converted into an equivalent TdIntervalDayToSecond.  
Top
Public Operators
A TdIntervalDayToSecond is added to another TdIntervalDayToSecond.
A TdIntervalDayToSecond is divided by an integer value.
This operator determines whether the left and the right are equal.
Overloaded.  
This operator determines whether the left is greater than the right.
This operator determines whether the left is greater than or equal to the right.
This operator determines whether the left and the right are not equal.
This operator determines whether the left is less than the right.
This operator determines whether the left is less than or equal the right.
Overloaded.  
A TdIntervalDayToSecond is subtracted from another TdIntervalDayToSecond.
Top
See Also

Reference

TdIntervalDayToSecond Structure
Teradata.Client.Provider Namespace
EnableTdIntervals Property
Interval Connection String Attribute
Enabling Provider Specific Types
Provider Specific Type: Interval Type Overview