TCalRRule::TDayOfMonth Class Reference
class TCalRRule::TDayOfMonth
|
Class to represent a weekday within a month.
Valid values of iWeekInMonth are 1, 2, 3, 4 for the 1st, 2nd, 3rd and 4th week of the month, or -1 for the last week of the month.
For example: The 3rd Wednesday would have iDay = EWednesday and iWeekInMonth = 3. The last Sunday would have iDay = ESunday and iWeekInMonth = -1.
Constructor & Destructor Documentation
TDayOfMonth(TDay, TInt8)
IMPORT_C
|
TDayOfMonth
|
(
|
TDay
|
aDay,
|
|
TInt8
|
aWeekInMonth
|
|
)
|
|
Parameters
TDay
aDay
|
|
TInt8
aWeekInMonth
|
|
Member Functions Documentation
Day()
IMPORT_C
TDay
|
Day
|
(
|
)
|
const
|
WeekInMonth()
IMPORT_C
TInt8
|
WeekInMonth
|
(
|
)
|
const
|
Member Data Documentation
TInt8
iWeekInMonth
TInt8
|
iWeekInMonth
|
[private]
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.