LocalTimeMsg Class

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This class represents the local-time message.

Syntax

class LocalTimeMsg : public Msg 

Methods

Method Description

LocalTimeMsg::GetDate

Returns the Universal Coordinated Time (UTC) date.

LocalTimeMsg::GetErrorCode

Returns the error code for this message.

LocalTimeMsg::GetTimeAdjust

Returns a value that is used to derive the correct local time from the UTC time.

LocalTimeMsg::GetTimeUTC

Returns the UTC time.

Remarks

This class inherits from the Msg Class.

If the MSN Direct service type is LOCAL_TIME, then the incoming message from the MSN Direct receiver includes information that is used to determine the date and time. You can typecast it to a LocalTimeMsg object.

You must implement the necessary time-correction and date-correction algorithms to adjust these values to reflect the correct local time.

Requirements

Header DBRLib.h
Library DBRLib.lib
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

MSN Direct Services Classes