DateWithinQ

DateWithinQ[date1,date2]

如果日历日期 date2 完全被包含在 date1 中,返回 True,否则返回 False.

更多信息

  • DateWithinQ[date1, date2] 中,date1date2 应被指定为任意日历粒度的 DateObject 表达式.
  • DateWithinQ 的两个参数都接受日期列表,实际上是对输入列表调用 Outer.
  • 只有当 date2 完全被包含在 date1 所表示的时间段中时,DateWithinQ 才返回 True.

范例

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

基本范例  (2)

Now 包含在 Today 中:

但不被包含在 Yesterday 中:

测试给定日期是否在 2022 年以内:

范围  (3)

查看一个日期是否被包含在几个日期内:

查看几个日期是否被包含在一个日期内:

查看几个日期是否被包含在其他几个日期内:

属性和关系  (3)

只有当 date2 完全被包含在 date1 中时,DateWithinQ 才返回 True

可用 DateOverlapsQ 来检测部分包含的情况:

如果一个日期对象被包含在另一个日期对象内,它们的差将是以最大日历粒度计算得出的零:

如果一个日期对象被包含在另一个日期对象内,因为彼此重合,所以无法对它们进行比较:

Wolfram Research (2017),DateWithinQ,Wolfram 语言函数,https://reference.wolfram.com/language/ref/DateWithinQ.html.

文本

Wolfram Research (2017),DateWithinQ,Wolfram 语言函数,https://reference.wolfram.com/language/ref/DateWithinQ.html.

CMS

Wolfram 语言. 2017. "DateWithinQ." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/DateWithinQ.html.

APA

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

BibTeX

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

BibLaTeX

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