Seconds in a day

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nano2
    New Member
    • Jan 2007
    • 41

    Seconds in a day

    Hi,

    Does anyone know of predefined method in c / C++ that will give the number of seconds in a day and number of seconds in a week ???
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    No, but you could search for a time.h and see whats in there.

    Comment

    • sicarie
      Recognized Expert Specialist
      • Nov 2006
      • 4677

      #3
      Or just calculate them and set them as globals...

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Or use a #define or global constant

        Comment

        Working...