TimeObject

TimeObject[]

表示当前时间.

TimeObject[{h,m,s}]

表示标准规范格式的时间对象.

TimeObject[date]

给出指定日期表示的时间分量.

TimeObject[rtime,gran]

给出包括参考时间 rtime 的粒度 gran 的时间对象.

更多信息和选项

  • TimeObject[] 使用您的计算机系统上默认的时间.
  • 较短的列表可用于 TimeObject[{h,m,s}] 中,表示指定的时间准确度:{h} 不视为与 {h,0,0} 等价.
  • TimeObject[n] 给出一个表示从午夜开始 n 小时的对象,相当于 TimeObject[{n}].
  • TimeObject[rtime,gran] 表示相对于参考时间 rtime 的时间 gran 的粒度元素. 例如,TimeObject[{10,4},"Minute"] 表示对应于 10:04 am 的分钟.
  • TimeObject[rtime,gran] 中,粒度 gran 可以如下:
  • "Hour"参考时间的小时
    "Minute"参考时间的分钟
    "Second"参考时间的秒
    "Decisecond"精确到 0.1 秒的时刻
    "Centisecond"精确到 0.01 秒的时刻
    "Millisecond"精确到 0.001 秒的时刻
    "Microsecond"精确到 10^-6 秒的时刻
    "Nanosecond"精确到 10^-9 秒的时刻
    "Instant"精确的指定时间
  • TimeObject[rdate,n],其中 n 为非负 Integer,表示精确到 10-n 秒的日期(如:TimeObject[rdate, 6] 对应于 10-6 秒的精确度,与 TimeObject[rdate,"Microsecond"] 一样).
  • TimeObject[rdate,n] 中,n 可取的最大值为 9.
  • TimeObject 允许进行时间量的相加和相减.
  • 两个 TimeObject 结构体相减给出时间量.
  • 可以给出下列选项:
  • DateGranularity Automatic使用的粒度
    TimeZone None使用的时区
  • TimeZone 指定应为距 GMT 的偏移数值,时区字符串或 None.
  • TimeObjectInformation 可能包括以下属性:
  • "Time"指定时间的字符串格式
    "Granularity"时间颗粒
    "TimeZone"时区

范例

打开所有单元关闭所有单元

基本范例  (2)

表示当前时间:

表示上午十一点半:

表示晚上8点4分又过了15秒:

对一个时间对象添加 13 个小时:

减去时间对象给出一个时间量:

范围  (1)

时间对象使用它们的标准规范格式解释:

选项  (2)

DateGranularity  (1)

默认情况下,生成的日期的粒度为 "Instant"

DateGranularity"Hour" 生成一个小时:

TimeZone  (1)

表示格林威治(英国)的指定时间:

表示中部时间上午11点:

属性和关系  (1)

比较时间对象,以判断出现的序列:

具有不等精度和交叉时间段的时间对象的比较将以未计算形式返回:

Wolfram Research (2014),TimeObject,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TimeObject.html (更新于 2024 年).

文本

Wolfram Research (2014),TimeObject,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TimeObject.html (更新于 2024 年).

CMS

Wolfram 语言. 2014. "TimeObject." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2024. https://reference.wolfram.com/language/ref/TimeObject.html.

APA

Wolfram 语言. (2014). TimeObject. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/TimeObject.html 年

BibTeX

@misc{reference.wolfram_2024_timeobject, author="Wolfram Research", title="{TimeObject}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/TimeObject.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_timeobject, organization={Wolfram Research}, title={TimeObject}, year={2024}, url={https://reference.wolfram.com/language/ref/TimeObject.html}, note=[Accessed: 21-November-2024 ]}