dateutil.h

来自「API经典入门」· C头文件 代码 · 共 17 行

H
17
字号
// This file contains utilities relating to CDate
// Filename : DateUtil.h

#include "date.h"

void AFXAPI DDX_Text(CDataExchange* pDX, int nIDC, CDate& value);

// if the ODBC classes are available then allow the field exchange
// mechanisms to be compiled
#ifdef __AFXDB_H__
void AFXAPI DDX_FieldText(CDataExchange* pDX, int nIDC, CDate& value,
				CRecordset* pRecordset);
void AFXAPI RFX_Date(CFieldExchange* pFX, const char *szName,
				CDate& value);
#endif

⌨️ 快捷键说明

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