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



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

Property Value

The day of the month represented by this instance is returned. The value returned will range from 1 to 31.
Exceptions
ExceptionDescription
This instance is TdTimestampWithTimeZone.Null.
Remarks

The value that is returned represents the day 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 Day property will be "30". 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