IPOutlookApp::GetTimeZoneFromIndex

This method is not supported in Windows CE Platform Builder 3.0.

Uses a time zone index to get the Pocket Outlook ITimeZone object for the corresponding time zone.

HRESULT GetTimeZoneFromIndex( int iIndex, ITimeZone ** ppTimeZone );

Parameters

  • iIndex
    [in] The index of the time zone that you want to retrieve.
  • ppTimeZone
    [out] Pointer to a pointer for the time zone object.

Return Values

S_OK indicates success. If an error occurs, the appropriate HRESULT value is returned.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 2.0 and later pimstore.h    

See Also

IPOutlookApp::Unknown, IPOutlookApp Property Methods

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.