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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members