I am trying to implement a simple test routine and I have already included the headers:

Code:
#include<ATLComTime.h>
#include<atltime.h>
but when I still get the error: "Identifier not found" with the following definition:
Code:
	Ctime t1, t2; //error is "identifier ctime is undefined"
	COleDateTime.mytime(1996,1,1,0,0,0); //error - ATL::ColedateTime has no member mytime