代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/306578/13741753
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/301198/13864141
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/238485/13882909
c datetime.c
/* 19950925 */
#include "datetime.h"
void datetime_tai(dt,t)
struct datetime *dt;
datetime_sec t;
{
int day;
int tod;
int year;
int yday;
int wday;
int mon;
tod = t % 86400;
day = t
www.eeworm.com/read/238485/13883079
h datetime.h
#ifndef DATETIME_H
#define DATETIME_H
struct datetime {
int hour;
int min;
int sec;
int wday;
int mday;
int yday;
int mon;
int year;
} ;
typedef long datetime_sec;
extern void datet
www.eeworm.com/read/238485/13883231
3 datetime.3
.TH datetime 3
.SH NAME
datetime \- convert between TAI labels and seconds
.SH SYNTAX
.B #include
void \fBdatetime_tai\fP(&\fIdt\fR,\fIt\fR);
datetime_sec \fBdatetime_untai\fP(&\fIdt\fR
www.eeworm.com/read/150950/5687726
js datetime.js
function CalConv()
{
FIRSTYEAR = 1998;
LASTYEAR = 2031;
today = new Date();
SolarYear = today.getFullYear();
SolarMonth = today.getMonth() + 1;
SolarDate = today.getDate();
Weekday = t
www.eeworm.com/read/141268/5775035
h datetime.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/datetime.h
// Purpose: declarations of time/date related classes (wxDateTime,
// wx
www.eeworm.com/read/141268/5775037
inl datetime.inl
/////////////////////////////////////////////////////////////////////////////
// Name: wx/datetime.inl
// Purpose: definition of inline functions of wxDateTime and related
//
www.eeworm.com/read/139159/5807356
java datetime.java
/*********************************************************************
*
* Copyright (C) 2001 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/138548/5815638
pm datetime.pm
# Copyright 2001-2005 Six Apart.
# SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS
#
# $Id: DateTime.pm 10197 2005-03-09 00:27:57Z ezra $
# Adapted from DateTime package to avoid requirement of Dat