DayOfWeek
Since: BlackBerry 10.0.0
#include <bb/pim/calendar/DayOfWeek>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The DayOfWeek class includes possible days of the week for calendar events.
Days of the week include the standard days (Monday, Tuesday, and so on), the last day of a month, or an undefined day.
Overview
Public Types Index
Public Types
An enumeration of possible days of the week.
BlackBerry 10.0.0
- Undefined -1
Indicates an undefined day of the week.
- Sunday 1
Indicates that an event occurs on Sunday.
Since:BlackBerry 10.0.0
- Monday 2
Indicates that an event occurs on Monday.
Since:BlackBerry 10.0.0
- Tuesday 4
Indicates that an event occurs on Tuesday.
Since:BlackBerry 10.0.0
- Wednesday 8
Indicates that an event occurs on Wednesday.
Since:BlackBerry 10.0.0
- Thursday 16
Indicates that an event occurs on Thursday.
Since:BlackBerry 10.0.0
- Friday 32
Indicates that an event occurs on Friday.
Since:BlackBerry 10.0.0
- Saturday 64
Indicates that an event occurs on Saturday.
Since:BlackBerry 10.0.0
- LastDayInMonth 127
Indicates that an event occurs on the last day of a month.
Since:BlackBerry 10.0.0