StrToTime.h
上传用户:trilite
上传日期:2007-04-24
资源大小:261k
文件大小:1k
源码类别:

酒店行业

开发平台:

Visual C++

  1. // StrToTime.h: interface for the StrToTime class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CSTRTOTIME_H__1FF4420F_1358_11D4_B34D_0080C8F5DB70__INCLUDED_)
  5. #define AFX_CSTRTOTIME_H__1FF4420F_1358_11D4_B34D_0080C8F5DB70__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CStrToTime  
  10. {
  11. public:
  12. CStrToTime();
  13. virtual ~CStrToTime();
  14. CTime FormatDateTime(CString strTime);
  15. CTime FormatDate(CString strTime);
  16. CTime FormatTime(CString strTime);
  17. };
  18. #endif // !defined(AFX_CSTRTOTIME_H__1FF4420F_1358_11D4_B34D_0080C8F5DB70__INCLUDED_)