Send feedback on this topic.
Teradata.Client.Provider
IntervalTimeSpan Method (TdPeriodDate)



Teradata.Client.Provider Namespace > TdPeriodDate Structure : IntervalTimeSpan Method
Calculates the number of days in the period and returns the result in a System.TimeSpan structure.
Syntax
'Declaration
 
Public Function IntervalTimeSpan() As TimeSpan
'Usage
 
Dim instance As TdPeriodDate
Dim value As TimeSpan
 
value = instance.IntervalTimeSpan()
public TimeSpan IntervalTimeSpan()
public:
TimeSpan IntervalTimeSpan(); 

Return Value

The TimeSpan value that contains the number days in the period.
Exceptions
ExceptionDescription
Period is null.
Remarks

The number of days starts from the beginning bound to, but does not include, the ending bound.

Requirements

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

See Also

Reference

TdPeriodDate Structure
TdPeriodDate Members