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



Teradata.Client.Provider Namespace > TdPeriodTimestampWithTimeZone Structure : IntervalTimeSpan Method
Gets the span of time in the period.
Syntax
'Declaration
 
Public Function IntervalTimeSpan() As TimeSpan
'Usage
 
Dim instance As TdPeriodTimestampWithTimeZone
Dim value As TimeSpan
 
value = instance.IntervalTimeSpan()
public TimeSpan IntervalTimeSpan()
public:
TimeSpan IntervalTimeSpan(); 

Return Value

The TimeSpan value that contains the span of time starting from the beginning bound to, but not including, the ending bound.
Remarks

The TimeSpan that is returned represents the number of days, hours, minutes, seconds and microseconds of the duration.

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