Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
datetime::microsecond

Retrieves the microsecond component.

Synopsis
constexpr std::uint32_t
microsecond() const;
Description

If this->valid() == true, this value is within the [0, 999999] range.

Exception safety

No-throw guarantee.


PrevUpHomeNext