strtotime.h

来自「停车场管理系统」· C头文件 代码 · 共 23 行

H
23
字号
// StrToTime.h: interface for the StrToTime class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_CSTRTOTIME_H__1FF4420F_1358_11D4_B34D_0080C8F5DB70__INCLUDED_)
#define AFX_CSTRTOTIME_H__1FF4420F_1358_11D4_B34D_0080C8F5DB70__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CStrToTime  
{
public:
	CStrToTime();
	virtual ~CStrToTime();
	CTime FormatDateTime(CString strTime);
	CTime FormatDate(CString strTime);
	CTime FormatTime(CString strTime);
};

#endif // !defined(AFX_CSTRTOTIME_H__1FF4420F_1358_11D4_B34D_0080C8F5DB70__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?