상세 컨텐츠

본문 제목

double로된 시간값 바꾸기 COleDateTime

프로그래밍 관련/프로그래밍 관련팁

by AlrepondTech 2011. 3. 29. 14:38

본문

반응형

 

 

 

 

=================================

=================================

=================================

 

 

 

 

 

 

//필요 include~#include "ATLComTime.h"



//--------------------------------------------

void time()
{
    double val; // double로 받을 시간 값
    COleDateTime time(val); //간단하게~~ ^^
   //time.GetYear(); time.GetMonth() time.GetDay() //등등 시간을 알수있다. 
}

 

 

 

=================================

=================================

=================================

 

 

반응형


관련글 더보기

댓글 영역