Send feedback on this topic.
Teradata.Client.Provider
Hour Property (TdTimeWithTimeZone)



Teradata.Client.Provider Namespace > TdTimeWithTimeZone Structure : Hour Property
The hour of the time component in this instance of TdTimeWithTimeZone is returned.
Syntax
'Declaration
 
Public ReadOnly Property Hour As Integer
'Usage
 
Dim instance As TdTimeWithTimeZone
Dim value As Integer
 
value = instance.Hour
public int Hour {get;}
public:
property int Hour {
   int get();
}

Property Value

The hour component is returned as an Int32.
Exceptions
ExceptionDescription
This instance is TdTimeWithTimeZone.Null.
Remarks
The value that is returned represents the hour of the time component. TdTimeWithTimeZone does not take into account the day light savings time. What has been entered as the hour of the time component, is returned from the property.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdTimeWithTimeZone Structure
TdTimeWithTimeZone Members