Send feedback on this topic.
Teradata.Client.Provider
Minutes Property (TdIntervalDayToSecond)



Teradata.Client.Provider Namespace > TdIntervalDayToSecond Structure : Minutes Property
The number of interval minutes is returned. The return value ranges from -59 to 59.
Syntax
'Declaration
 
Public ReadOnly Property Minutes As Integer
'Usage
 
Dim instance As TdIntervalDayToSecond
Dim value As Integer
 
value = instance.Minutes
public int Minutes {get;}
public:
property int Minutes {
   int get();
}
Exceptions
ExceptionDescription
This property is not available when this instance is TdIntervalDayToSecond.Null.
Remarks

A TdIntervalDayToSecond is represented as [-][days][space][hh]:[mm]:[ss].[ffffff]. The minus sign is optional and represents a negative interval of time. The days component represents days. The single space character (0x40) separates the days from the hours. The hh represents hours, the mm minutes, the ss seconds and the ffffff fractional seconds. The value of the Minutes property is the mm component.

A negative interval will return all properties (days, minutes, hours, seconds and fractional seconds) as negative values.

Requirements

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

See Also

Reference

TdIntervalDayToSecond Structure
TdIntervalDayToSecond Members