system_clock::now Method
Static method that returns the current time.
static time_point now() _NOEXCEPT;
Return Value
A time_point object that represents the current time.
Requirements
Header: chrono
Namespace: std::chrono
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Static method that returns the current time.
static time_point now() _NOEXCEPT;
A time_point object that represents the current time.
Header: chrono
Namespace: std::chrono