DateTime

日期时间:计算机编程中用于表示日期和时间的数据类型。
常用释义
n. 日期时间:计算机编程中用于表示日期和时间的数据类型。

扩展信息

日期时间
日期时间DATETIME)数据类型 日期时间(DATETIME)数据类型用来存储日期、时间以及日期和时间的结合值,年数可以 …
日期时间型
(4)日期时间型(DateTime):用以保存日期和时间值。日期时间型数据的存储格式为 “yyyymmddhhmmss”其中yyyy为年,占4位…
日期和时间
Wenzhu Technical Space ... Model 型号 指设备型号 DateTime 日期和时间 YCbCrPositioning 色相定位 ...
时间日期
首页_第1页_OpenLib_专业UI前端资源网站 ... Font Effects - 文字效果 DateTime - 时间日期 Notify - 消息通知 ...
日期型
表示输入日期型(DateTime)的DateTimePickerSPGridBoolColumn表示输入布尔型(Boolean)的CheckBoxSPGridComboboxColu…
发布时间
mvc3 webgrid 分页模式控制 ... ... "UserName" 发布人", "DateTime" 发布时间", "Id" 编号", ...
日期时间类型
KDB+ database 第一段 数据类型 - java... ... 空值 Null Values 日期时间类型( datetime) 月类型( month) ...

例句

Monitor中的Date维度引用一个日期或日期时间度量,并且总是拥有一个“年-月-日”层级。

Formatdate函数非常有用,可以根据指定的模式转换给定的dateTime,如表4所示。

When a timezone value is added to a Universal Coordinated Time (UTC) dateTime, it results in a date and time in that timezone.

当将一个时区值添加到通用协调时间(UniversalCoordinatedTime,UTC)dateTime时,将会生成该时区中的日期和时间。

其次,与计算机相关的时间(Instant)和与人类相关的时间(DateTime)之间的差别变得更明显了。

serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。

We were able to change them to the Date class by changing the global mapping of datetime in the mapping meta-data file.

通过在映射元数据文件中更改日期的全局映射,我们能够将它们更改为Date类。

正如您所见,Joda可以使您精确地控制创建DateTime对象的方式,该对象表示时间上的某个特定的瞬间。

The Weather Service provides forecasts by date, and ignores the time element of the dateTime encoding.

WeatherService按日期提供预报,但它忽略了dateTime编码中的时间成分。

DATETIME is provided primarily for compatibility with Adaptive Server Enterprise.

提供DATETIME的目的主要是为了与AdaptiveServerEnterprise兼容。

最后,POSTED列是一个DATETIME列,存储了文章发布到网站的日期。

如果您计划在Java程序中实现审核日志的分析,您可以使用Timezone和DateTime类。

If you do not need the time component, use DATE instead of DATETIME.

如果你不需要记录时间,使用DATE要比DATETIME好得多。

Each entrydata element can have one of the following elements: text, number, datetime, and numberlist.

每个entrydata元素可以包含以下几个元素中的一个:text、number、datetime和numberlist。

当您处理那些需要特定格式的日期和时间值的DATETIME数据库字段时,这个验证器特别有用。

DataSetDateTime cannot be set on non-DateTime columns.

不能在非DateTime列上设置DataSetDateTime。

tk_stop_time datetime hour to second Daily stop time for this task. NULL means never stop this task.

tk_stop_timedatetimehourtosecond任务的每日停止时间。

表3显示了不同语言的DateTime格式。

Setting the DateTimeMode property with the default value UnspecifiedLocall on non-DateTime columns is permitted.

允许在非DateTime列上设置默认值为UnspecifiedLocal的DateTimeMode属性。

这种ROW类型必须从一个日期时间列(从年精确到秒后面5位)开始。

不需要向转换提供任何输入,您可以用dateTime函数获得当前日期和时间。

开放式并发通过给每个被“凝结”的父类分配一个datetime字段来实现。

In Listing 5, change the text between the and tags to This is not a valid datetime.

在清单5中,将和标记之间的文本更改为Thisisnotavaliddatetime。

For instance, for the Date Time gadget, it returns the string up_color=green&up_firstDay=0.

例如,对于DateTime小部件,它返回字符串up_color=green&up_firstDay=0。

If you look at the actual code, there are two import statements; one imports the datetime module and the other imports the threading module.

如果分析实际的代码,那么将发现其中包含两个导入语句;一个语句导入了日期时间模块,另一个语句导入线程模块。

Figure 7 shows the edit view of your iWidget wrapping the Date Time gadget.

图7显示了包装DateTime小部件的iWidget编辑视图。

The element contains the DATETIME value (in RFC 3339 format) from the POSTED column.

元素包含POSTED列的DATETIME值(RFC3339格式)。

Note that in Java datatypes to XML types mapping defined in JAX-RPC1. 1, java. util. Date is mapped to xsd: dateTime.

请注意,在JAX-RPC1.1中定义的Java据类型映射到XML类型的映射中,java.util.Date映射到xsd:dateTime。

For larger fields the gains are seen much earlier, for example the critical point for datetime columns is only 52% of the rows.

对于其它大一些的字段来说,就会更容易看到空间收益,例如,datetime列的临界值是只要达到52%的行值为null就划算。

在上面,我们介绍了与同一时区使用不同语言相关的DateTime格式。

接下来,我们将使用同一语言,显示不同时区的DateTime格式,如清单11所示。