代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/136959/13351974
h datetime.h
/*
** Header for SNIPPETS date & time function, excluding scalar dates
*/
#ifndef DATETIME__H
#define DATETIME__H
#include "sniptype.h"
/*
** Julian day number functions from JDN_L.C
*/
long ymd
www.eeworm.com/read/320816/13418112
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/320005/13436592
db datetime.db
www.eeworm.com/read/320005/13436605
px datetime.px
www.eeworm.com/read/318716/13473593
inl datetime.inl
// OraLib 0.0.4 / 2002-07-28
// datetime.inl
//
// http://606u.dir.bg/
// 606u@dir.bg
#ifndef _DATETIME_INL
#define _DATETIME_INL
namespace oralib {
enum MonthsEnum
{
jan = 1,
f
www.eeworm.com/read/316923/13514627
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/315631/13539600
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/314975/13554795
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/314975/13554796
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/313512/13586053