Difference between revisions of "cpp/chrono/c/time t"
From cppreference.com
m (Text replace - "/sidebar" to "/navbar") |
m (r2.7.3) (Robot: Adding de, es, fr, it, ja, pt, ru, zh) |
||
Line 15: | Line 15: | ||
{{dcl list see c | c/chrono/time_t}} | {{dcl list see c | c/chrono/time_t}} | ||
{{dcl list end}} | {{dcl list end}} | ||
+ | |||
+ | [[de:cpp/chrono/c/time t]] | ||
+ | [[es:cpp/chrono/c/time t]] | ||
+ | [[fr:cpp/chrono/c/time t]] | ||
+ | [[it:cpp/chrono/c/time t]] | ||
+ | [[ja:cpp/chrono/c/time t]] | ||
+ | [[pt:cpp/chrono/c/time t]] | ||
+ | [[ru:cpp/chrono/c/time t]] | ||
+ | [[zh:cpp/chrono/c/time t]] |
Revision as of 15:43, 2 November 2012
Defined in header <ctime>
|
||
typedef /* unspecified */ time_t; |
||
Arithmetic type capable of representing times.
Although not defined, this is almost always a integral value holding the number of seconds since 00:00, Jan 1 1970 UTC, corresponding to POSIX time.
See also
C documentation for time_t
|