代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/278884/10498721
sln datetime.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DateTime", "DateTime.vcproj", "{D790683B-AF6C-4560-B4A6-D219976BD187}"
ProjectSection
www.eeworm.com/read/278884/10498731
ncb datetime.ncb
www.eeworm.com/read/352534/10542939
gif datetime.gif
www.eeworm.com/read/278099/10570876
h datetime.h
/* +++Date last modified: 05-Jul-1997 */
/*
** Header for SNIPPETS date & time function, excluding scalar dates
*/
#ifndef DATETIME__H
#define DATETIME__H
#include "sniptype.h"
/*
**
www.eeworm.com/read/277927/10593662
cpp datetime.cpp
// datetime.cpp : DDX_FieldDateTime的执行代码
#include "stdafx.h"
#include "datetime.h"
void AFXAPI DDX_FieldDateTime(CDataExchange* pDX, int nIDC, CTime ts, CRecordset* pSet )
{
//下面Edit控件的
www.eeworm.com/read/277927/10593671
h datetime.h
// datetime.h: 声明DDX_FieldDate的各种接口
void AFXAPI DDX_FieldDateTime(CDataExchange* pDX, int nIDC, CTime ts, CRecordset* pSet);
BOOL GetDateTime(CWnd* pWnd, CTime ts);
BOOL GetDateTime(HWND hWnd, CT
www.eeworm.com/read/422927/10602063
gif datetime.gif
www.eeworm.com/read/159184/10684394
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/350922/10697485
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}