NTzUpdate::TDSTChangeInfo Struct Reference

#include <mw/tzupdate.h>

struct NTzUpdate::TDSTChangeInfo

Detailed Description

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.

Member Attribute Documentation

iNextDSTChangeUTC

TTime iNextDSTChangeUTC

The time of the next offset change in UTC

iNextUTCOffset

TInt iNextUTCOffset

The offset from UTC (in minutes) after the next DST change will take place.

iPreviousDSTChangeUTC

TTime iPreviousDSTChangeUTC

The time of the previous offset change in UTC. This member is only valid if the version is 2 or above.

iPreviousUTCOffset

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.

iVersion

TUint8 iVersion

The version of the struct. Currently always 1