'Declaration Public ReadOnly Property Day As Integer
'Usage Dim instance As TdTimestampWithTimeZone Dim value As Integer value = instance.Day
public int Day {get;}
'Declaration Public ReadOnly Property Day As Integer
'Usage Dim instance As TdTimestampWithTimeZone Dim value As Integer value = instance.Day
public int Day {get;}
| Exception | Description | 
|---|---|
| TdException | This instance is TdTimestampWithTimeZone.Null. | 
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.
| Product | Versions | Platforms | 
|---|---|---|
| .NET | 6, 7 | Windows, Linux, MacOS | 
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows | 
| .NET Standard | 2.0 | Windows, Linux, MacOS |