Overload List
| Overload | Description | 
|---|
| TdTimestampWithTimeZone Constructor(Int32,Int32,Int32) | TdTimestampWithTimeZone is created from the date components specified as integers. | 
| TdTimestampWithTimeZone Constructor(Int32,Int32,Int32,Int32,Int32,Int32) | TdTimestampWithTimeZone is created from the date and time components specified as integers. | 
| TdTimestampWithTimeZone Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32) | An instance of TdTimestampWithTimeZone is created from the date and time components 
            specified as integers. | 
| TdTimestampWithTimeZone Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,TimeSpan) | An instance of TdTimestampWithTimeZone is created from the date and time components specified as integers. | 
| TdTimestampWithTimeZone Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) | An instance of TdTimestampWithTimeZone is created from the date and time components specified as integers. | 
| TdTimestampWithTimeZone Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,TimeSpan) | An instance of TdTimestampWithTimeZone is created from the date and time components specified as integers. | 
| TdTimestampWithTimeZone Constructor(DateTime,TimeSpan) | Initializes a new instance of TdTimestampWithTimeZone using the specified
            DateTime structure and UTC offset. | 
| TdTimestampWithTimeZone Constructor(DateTime,Int32,TimeSpan) | Initializes a new instance of TdTimestampWithTimeZone using the specified
            DateTime structure and UTC offset. | 
| TdTimestampWithTimeZone Constructor(DateTimeOffset) | Initializes a new instance of TdTimestampWithTimeZone using the specified DateTimeOffset structure. | 
| TdTimestampWithTimeZone Constructor(DateTimeOffset,Int32) | Initializes a new instance of TdTimestampWithTimeZone using the specified 
            DateTimeOffset structure and offset. | 
Requirements
| 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 | 
 
            
            See Also