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



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

Return Value

A TdPeriodTime is returned.
Remarks

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

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

is converted into a TdPeriodTimestamp the result is

    (18:32:12.111, 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

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members