Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/chrono/c/time t"

From cppreference.com
< cpp‎ | chrono‎ | c
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

 
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
 
C-style date and time utilities
Functions
Time manipulation
Format conversions
Constants
Types
time_t
(C++17)
 
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

Template:cpp/chrono/c/dcl list timeTemplate:cpp/chrono/c/dcl list localtimeTemplate:cpp/chrono/c/dcl list gmtime
C documentation for time_t