3.2.4.4.14 GetServerTimeZone (Opnum 20)

The GetServerTimeZone method gets the current time zone setting of the server.

 [id(14), helpstring("method GetServerTimeZone")] HRESULT GetServerTimeZone(
   [out] int* pnServerTimeZone
 );

pnServerTimeZone: A pointer to a 32-bit signed integer that returns the server time zone.

If this parameter is NULL, E_INVALIDARG MUST be returned.

Return Values: This method returns 0x00000000 for success or a negative HRESULT value (in the following table or in [MS-ERREF] section 2.1.1) if an error occurs.

Return value/code

Description

0x00000000

S_OK

Operation successful.

0x80070057

E_INVALIDARG

One or more arguments are invalid.

Additional IWRMCalendar interface methods are specified in section 3.2.4.4.