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. |