다음을 통해 공유


system_clock::to_time_t 메서드

이 Time 로 표현된 대강의 시간에 가장 밀접한 time_t 를 반환하는 정적메서드 입니다.

static time_t to_time_t(
   const time_point& Time
) _NOEXCEPT;

매개 변수

요구 사항

Header: chrono

네임 스페이스: std::chrono

참고 항목

참조

system_clock 구조체

<chrono>

system_clock::from_time_t 메서드