GetTimezoneUTCOffset method

Returns a timezone's offset from Universal Coordinated Time (UTC--formerly GMT) timezone.

Syntax


C++

HRESULT GetTimezoneUTCOffset(
   ERUTimeZone
tz,
   LONG* pRetVal)

Scripting languages

UTCOffset = Object.GetTimezoneUTCOffset

Parameters


tz

A particular timezone.

pRetVal

The offset of the given timezone from UTC time.

Return value


C++

The return code.

Scripting languages

The offset from the supplied timezone.

Home

Applies to

IERUTimezoneManager