Share via


OlDaysOfWeek

The OlDaysOfWeek enumeration identifies the days used in an IRecurrencePattern object.

Constant Value
olSunday 1
olMonday 2
olTuesday 4
olWednesday 8
olThursday 16
olFriday 32
olSaturday 64

Remarks

The values in this enumeration are in a sequence that doubles between values. This allows you to specify combinations of multiple values by combining individual values with the logical OR. For example, the value 6 is interpreted to mean both 2 and 4 together.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib

See Also

Pocket Outlook Object Model API Interfaces

Pocket Outlook Object Model API Enumerations

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.