代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/312952/13600248
class datetime.class
www.eeworm.com/read/312378/13612119
gif datetime.gif
www.eeworm.com/read/309649/13667116
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/308658/13697661
gif datetime.gif
www.eeworm.com/read/308442/13701347
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/306762/13737965
h datetime.h
#ifndef _DATE_TIME_H_
#define _DATE_TIME_H_
#ifdef __cplusplus
extern "C" {
#endif
#define DATE_SIZE sizeof(DATE)
typedef struct _DATE_
{
unsigned short uYear;
unsigned char uMo
www.eeworm.com/read/306762/13737974
c datetime.c
#include "DateTime.h"
const unsigned char MonthTab[] = {
31,// 1 月
29,// 2 月
31,// 3 月
30,// 4 月
31,// 5 月
30,// 6 月
31,// 7 月
31,// 8 月
30,// 9 月
31,// 10 月
30
www.eeworm.com/read/306578/13741719
sbr datetime.sbr
www.eeworm.com/read/306578/13741720
obj datetime.obj
www.eeworm.com/read/306578/13741752
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控件的