Set wxDateTime - with GMT values

Steven Van Ingelgem steven at vaningelgem.be
Sun Nov 4 15:33:09 PST 2007


Afaik:

Creation:
wxDateTime(day, mon, year, h, m, s, ms)
Getter:
wxDateTime::GetYear(GMT_8);

Info:
http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin_wxdatetime.html


Greetings,
Steven

On 11/5/07, Chris Stankevitz <cstankevitz at toyon.com> wrote:
> Hello,
>
> I have GMT values for Year, Month, Day, Hour, Minute, and Second.
>
> My computer is in the Pacific time zone (GMT minus 8).  How do I fill a
> wxDateTime object with these values, and have the wxDateTime object
> supply me with local pacific time zone values when using the accessors?
>
> Thanks,
>
> Chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>




More information about the wx-users mailing list