DateBounds

DateBounds[{date1,date2,}]

给出了 datei 中最早和最迟的日期.

DateBounds[tseries]

给出了时间序列 tseries 中最先和最后的日期.

DateBounds[bin]

给出数据仓 bin 中最先和最后的时间戳.

DateBounds[interval]

给出日期间隔 interval 的开始日期和结束日期.

DateBounds[interval,gran]

按指定粒度 gran 给出 interval 的结束日期.

更多信息

范例

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

基本范例  (4)

找出日期对象列表中最先和最后的日期:

找出不同形式的日期列表中最先和最后的日期:

找出 TimeSeries 中的时间界限:

找出 Databin 中的时间界限:

范围  (1)

如果输入只给出一个日期,则会把它座位最先和最后的日期:

属性和关系  (5)

DateBounds 返回 DateObject 表达式列表中的 MinMax

MinMax 返回和 DateBounds 同样的结果,如果输入是日期对象列表的化:

DateBounds[ts] 返回对应于 ts["FirstDate"]ts["LastDate"] 的日期:

这些也是 ts["DateList"]MinMax 值:

DateBounds[bin] 返回对应于 bin["TimeInterval"] 的日期:

这些也是 bin["Timestamps"]MinMax 值:

在决定最先和最后的日期时,DateBounds 会考虑 TimeZone 的不同:

对于不是 DateObject 的日期,会假设时区为 $TimeZone

巧妙范例  (1)

比较不同数据仓的日期界限:

TimelinePlot 可视化数据仓之间的日期重合:

Wolfram Research (2016),DateBounds,Wolfram 语言函数,https://reference.wolfram.com/language/ref/DateBounds.html (更新于 2020 年).

文本

Wolfram Research (2016),DateBounds,Wolfram 语言函数,https://reference.wolfram.com/language/ref/DateBounds.html (更新于 2020 年).

CMS

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

APA

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

BibTeX

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

BibLaTeX

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