#include <TimeZone.hpp>
Public Attributes | |
| int | type |
| Switching rule type. | |
| int | month |
| Month (1...12). | |
| int | weekDay |
| Day of week (0...6 where 0 = Sunday). | |
| int | week |
| Week of month (1. | |
| int | hour |
| Hour (0...23). | |
| int | minute |
| Minute (0...59). | |
| int | second |
| Second (0...59). | |
Static Public Attributes | |
| static const int | DSR_TYPE_TO_DST = 0 |
| Switching rule type: To DST. | |
| static const int | DSR_TYPE_TO_NORMAL = 1 |
| Switching rule type: To normal. | |
Use this to specify a general rule on when to switch between daylight saving time and normal time.
|
|
Switching rule type: To DST.
|
|
|
Switching rule type: To normal.
|
|
|
Hour (0...23).
|
|
|
Minute (0...59).
|
|
|
Month (1...12).
|
|
|
Second (0...59).
|
|
|
Switching rule type.
|
|
|
Week of month (1. ..5).
1 means the first week the specified day of week occurs in. |
|
|
Day of week (0...6 where 0 = Sunday).
|
1.4.6