代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/180137/5289551
asn datetime.asn
UserInfoFormat-dateTime
{Z39-50-userInfoFormat dateTime (6)} DEFINITIONS ::=
BEGIN
IMPORTS IntUnit FROM Z39-50-APDU-1995;
DateTime ::= SEQUENCE{
date [1] Z3950Date OPTIONAL,
time [2] Z395
www.eeworm.com/read/178758/5314397
h datetime.h
#ifndef __FD32_DRENV_DATETIME_H
#define __FD32_DRENV_DATETIME_H
#include
/* FIX ME: According to the DOS call "get system date", fd32_get_date */
/* should also return the day of
www.eeworm.com/read/178758/5314410
h datetime.h
#ifndef __FD32_DRENV_DATETIME_H
#define __FD32_DRENV_DATETIME_H
#include "fd32time.h"
#endif /* #ifndef __FD32_DRENV_DATETIME_H */
www.eeworm.com/read/176578/5337111
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/173141/5376832
java datetime.java
/*
Derby - Class org.apache.derby.client.am.DateTime
Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable.
Licensed under the Apache License, Version
www.eeworm.com/read/173141/5378988
sql datetime.sql
--
-- Test the builtin date/time types
-- assumes these builtin types exist:
-- int, smallint, char, varchar, real
--
-- other things we might test:
-- interaction with UUID and other user defined typ
www.eeworm.com/read/173141/5379742
out datetime.out
ij> --
-- Test the builtin date/time types
-- assumes these builtin types exist:
-- int, smallint, char, varchar, real
--
-- other things we might test:
-- interaction with UUID and other user defined
www.eeworm.com/read/164931/5485835
hlp datetime.hlp
The date/time dialog box is for setting a date/time parameter. It contains
6 spin boxes representing hour, minute, secs, month, day, and year.
To manipulate the spin boxes, simply use the up and do
www.eeworm.com/read/162925/5512025
java datetime.java
package com.v246.tag;
import javax.servlet.*;
import javax.servlet.jsp.*;
import java.io.IOException;
import java.io.Writer;
import java.util.Hashtable;
import javax.servlet.jsp.tagext.*;
publi
www.eeworm.com/read/348619/3153795
h datetime.h
/* datetime.h : 纵横软件制作中心雨亦奇编写, 2001-06-28. */
#ifndef __DATETIME_H
#define __DATETIME_H
/* 日期结构 */
typedef struct
{
int year;
int mon;
int day;
}DATETYPE;
/* 时间结构 */
typedef struct
{