#include <mw/tzupdate.h>
| struct NTzUpdate::TDSTChangeInfo |
| Public Attributes | |
|---|---|
| TTime | iNextDSTChangeUTC |
| TInt | iNextUTCOffset |
| TTime | iPreviousDSTChangeUTC |
| TInt | iPreviousUTCOffset |
| TUint8 | iVersion |
This struct is used to publish DST Change info in an RProperty. Subscribers to the ENextDSTChange property will define a copy of this struct so that they are not dependant on the tz component. If this struct changes then the copies must also be changed.
| TInt | iNextUTCOffset |
The offset from UTC (in minutes) after the next DST change will take place.
| TTime | iPreviousDSTChangeUTC |
The time of the previous offset change in UTC. This member is only valid if the version is 2 or above.
| TInt | iPreviousUTCOffset |
The offset from UTC (in minutes) before the previous DST change took place. This member is only valid if the version is 2 or above.