다음을 통해 공유


서식 시간: 자동화 클래스

시간 형식을 지정.

  • 사용은 형식 멤버 함수를 COleDateTime 또는 COleDateTimeSpan 시간 또는 경과 된 시간을 나타내는 문자열을 만듭니다.

    COleDateTime time(1970, 12, 18, 17, 30, 0);
    // 18 December 1970, 5:30 PM
    CString s = time.Format(VAR_DATEVALUEONLY);
    // s contains the date formatted based on 
    // the current national language specifications
    // (locale ID). The time portion is ignored for 
    // formatting purposes in this case.   
    

자세한 내용은 클래스를 참조 하십시오. COleVariant.

c1ayhyhk.collapse_all(ko-kr,VS.110).gif추가 정보

참고 항목

개념

날짜 및 시간: 자동화 지원