CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: geo_m

Search: Search took 0.02 seconds.

  1. Thread: CTime question

    by geo_m
    Replies
    9
    Views
    11,679

    CTime question

    Thank you all for your help, especially to Nelo. Starting with his sugestion, I tested again:

    0. context: GMT +2:0

    1. when using CTime( time_t time ) constructor, time MUST be considered in UTC...
  2. Thread: CTime question

    by geo_m
    Replies
    9
    Views
    11,679

    CTime question

    Hi Kandukondein and Elrond. To let anybody know, the test was done on vc6 and .Net vc++ platforms. if i set greater values for hour, min or sec, the result is the same. if i set greater values for...
  3. Thread: CTime question

    by geo_m
    Replies
    9
    Views
    11,679

    CTime question

    I want to create a CTime object with this line of code:
    CTime time(1970, 1, 1, 0, 0, 0).
    In debug mode an assertion failure arises, even if in msdn it says the values used in constructor are in the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured