class
<chrono>

std::chrono::milliseconds

typedef duration < /* see rep below */, milli > milliseconds;
Duration in milliseconds
Instantiation of duration to represent milliseconds.

It is a typedef of an instantiation of duration with the following member types:

Member types

member typedefinitiondescription
repA signed integral type of at least 45 bitsRepresentation type
periodmilli (i.e., ratio<1,1000>)A ratio of 1:1000 with seconds

See also