代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/177000/9477247
cpp datetime.cpp
/***************************************************************************
datetime.cpp - description
-------------------
begin
www.eeworm.com/read/177000/9477256
h datetime.h
/***************************************************************************
datetime.h - description
-------------------
begin
www.eeworm.com/read/372465/9509815
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/175394/9550296
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/175394/9550298
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/366524/9810743
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/366238/9823424
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/366238/9823427
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/363371/9954288
h datetime.h
#if !defined(AFX_DateTimeDLG_H__D8E5B436_BBF1_11D1_A18D_DCB3C85EBD34__INCLUDED_)
#define AFX_DateTimeDLG_H__D8E5B436_BBF1_11D1_A18D_DCB3C85EBD34__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#end