Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Enum TFirstWeekRule

TFirstWeekRule

Support

Supported from 5.0

Description

First week in year enumeration

Defines the way in which the first week in a year is determined.

EFirstWeek

The first week in the year is always the week containing the first day of the year.

EFirstFourDayWeek

If at least four days of the new year occur during the week containing the first day then this is the first week in the year. Otherwise the first week in the year is the following week. This is the default and complies with the international standard.

EFirstFullWeek

The first week in the year is the first week of which all seven days occur within the new year.