UCC_PRESENCE_WORKING_HOURS_DAYS 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 week days used for the working hours appearing in a presence category instance.

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

Syntax

'Declaration
Public Enumeration UCC_PRESENCE_WORKING_HOURS_DAYS
public enum UCC_PRESENCE_WORKING_HOURS_DAYS
public enum class UCC_PRESENCE_WORKING_HOURS_DAYS
public enum UCC_PRESENCE_WORKING_HOURS_DAYS
public enum UCC_PRESENCE_WORKING_HOURS_DAYS

Members

Member name Description
UCCPWHD_FRIDAY A flag to indicate Friday.
UCCPWHD_MONDAY A flag to indicate Monday.
UCCPWHD_SATURDAY A flag to indicate Saturday.
UCCPWHD_SUNDAY A flag to indicate Sunday.
UCCPWHD_THURSDAY A flag to indicate Thursday.
UCCPWHD_TUESDAY A flag to indicate Tuesday.
UCCPWHD_WEDNESDAY A flag to indicate Wednesday.

Remarks

An application uses this enumeration type to determine the week days as returned from the IUccPresenceTimeZoneInformation.DayOfWeek or IUccPresenceWorkingHourseBlock.Validays properties.

Win32 COM/C++ Syntax

typedef enum UCC_PRESENCE_WORKING_HOURS_DAYS
{
   UCCPWHD_SUNDAY = 1,
   UCCPWHD_MONDAY = 2,
   UCCPWHD_TUESDAY = 4,
   UCCPWHD_WEDNESDAY = 8,
   UCCPWHD_THURSDAY = 16,
   UCCPWHD_FRIDAY = 32,
   UCCPWHD_SATURDAY = 64
};

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