Namespaces
Variants
Actions

time

From cppreference.com
< c‎ | chrono
Defined in header <time.h>
time_t time( time_t* arg );

Returns the current calendar time encoded as a time_t object, and also stores it in the time_t object pointed to by arg (unless arg is a null pointer)

Contents