Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    What happened to GeGetSysTime()?

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 344 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 05/11/2011 at 09:35, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   12/13 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      i cannot find an equivalent method in the R12 nor in the R13 docs.

      thanks for your help.

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 05/11/2011 at 13:17, xxxxxxxx wrote:

        Hi,

        You have to use the functions from the C Time Library. Here is a link to a reference : http://www.cplusplus.com/reference/clibrary/ctime/
        Take a look at the example for localtime() :  http://www.cplusplus.com/reference/clibrary/ctime/localtime/
        The tm structure returned by localtime() contains the time information : second, minute, day, month, year etc.

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 05/11/2011 at 13:37, xxxxxxxx wrote:

          Please use GetDateTimeNow of the CINEMA 4D API. It fills a DateTime structure with the current system time.

          cheers,
          Matthias

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 06/11/2011 at 06:05, xxxxxxxx wrote:

            done, working, thank you.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post