Send feedback on this topic.
Teradata.Client.Provider
ToUtcPeriodTimestamp Method



Teradata.Client.Provider Namespace > TdPeriodTimestampWithTimeZone Structure : ToUtcPeriodTimestamp Method
This instance of TdPeriodTimestampWithTimeZone is converted into a TdPeriodTimestamp.
Syntax
'Declaration
 
Public Function ToUtcPeriodTimestamp() As TdPeriodTimestamp
'Usage
 
Dim instance As TdPeriodTimestampWithTimeZone
Dim value As TdPeriodTimestamp
 
value = instance.ToUtcPeriodTimestamp()
public TdPeriodTimestamp ToUtcPeriodTimestamp()
public:
TdPeriodTimestamp ToUtcPeriodTimestamp(); 

Return Value

A TdPeriodTimestamp is returned.
Remarks

When the TdPeriodTimestampWithTimeZone is converted into a TdPeriodTimestamp the bounds of the TdPeriodTimestampWithTimeZone is converted into their UTC representation. For example, when the period

    (2008-07-04 10:32:12.111-08:00, 2008-10-04 12:00:00.321-08:00)

is converted into a TdPeriodTimestamp the result is

    (2008-07-04 18:32:12.111, 2008-10-04 20:00:00.321)
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members