UCC_PRESENCE_WORKING_HOURS_TIMEZONE_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates the types of time zone to show the working hours as part of a contact's presence information.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_PRESENCE_WORKING_HOURS_TIMEZONE_TYPE
public enum UCC_PRESENCE_WORKING_HOURS_TIMEZONE_TYPE
public enum class UCC_PRESENCE_WORKING_HOURS_TIMEZONE_TYPE
public enum UCC_PRESENCE_WORKING_HOURS_TIMEZONE_TYPE
public enum UCC_PRESENCE_WORKING_HOURS_TIMEZONE_TYPE

Members

Member name Description
UCCPWHTT_DAYLIGHT A flag to indicate the offset of the daylight saving time in a given time zone.
UCCPWHTT_STANDARD A flag to indicate the offset of the standard time in a given time zone.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_PRESENCE_WORKING_HOURS_TIMEZONE_TYPE
{
   UCCPWHTT_STANDARD = 0,
   UCCPWHTT_DAYLIGHT = 1
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace