Send feedback on this topic.
Teradata.Client.Provider
Month Property (TdTimestampWithTimeZone)



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

Property Value

The month specified in the date.
Exceptions
ExceptionDescription
This instance is TdTimestampWithTimeZone.Null.
Remarks
The value that is returned represents the month of the date component. There is no consideration for the UTC Offset. For example, if the timestamp is "2007-11-30 23:40:00.000000 -08:00", the value of the Month property will be "11". However, the UTC representation of the timestamp is "2007-12-01 07:40:00.000000".

No consideration is given to daylight savings time.

Requirements

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

See Also

Reference

TdTimestampWithTimeZone Structure
TdTimestampWithTimeZone Members