This member is for System Use Only and should NOT be used.
Convert the specified 'modified' UTC Date/Time into a true UTC Date/Time for the specified Time Zone.

A 'modified' UTC date is one where the UTC date has been modified to match Local time in the specified Time Zone, e.g., a UTC date of "8/6/2016 10:01am" when specified with a Hawaii Time Zone indicates that the date really means "8/6/2016 10:01 (UTC-10:00 Hawaii)". This is useful when dealing with 'modified' UTC dates supplied from Web Services.

Syntax

ISTimeZoneFunctions.ConvertTimeZoneModifiedUtcToUtcDateTime(modifiedUtcDate, timeZoneId)

Parameters

NameTypeOptionalByRefDescription
modifiedUtcDate Date The 'modified' UTC Date.
timeZoneId String A Time Zone Id. If blank, the Database Time Zone defined under Global Settings will be used.

Return Value

Date

A Date value. The DateTimeKind is ignored.

Member of:
ISTimeZoneFunctions
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0