Week of Month setting constants definitions for Daylight Saving Time feature.
|
|
#define | CY_RTC_FIRST_WEEK_OF_MONTH (1UL) |
| | First week in the month.
|
| |
|
#define | CY_RTC_SECOND_WEEK_OF_MONTH (2UL) |
| | Second week in the month
|
| |
|
#define | CY_RTC_THIRD_WEEK_OF_MONTH (3UL) |
| | Third week in the month
|
| |
|
#define | CY_RTC_FOURTH_WEEK_OF_MONTH (4UL) |
| | Fourth week in the month
|
| |
|
#define | CY_RTC_FIFTH_WEEK_OF_MONTH (5UL) |
| | Fifth week in the month
|
| |
|
#define | CY_RTC_LAST_WEEK_OF_MONTH (6UL) |
| | Last week in the month
|
| |