DateWithinQ
DateWithinQ[date1,date2]
returns True if the calendar date date2 is entirely contained within date1, and False otherwise.
Details
- In DateWithinQ[date1, date2], both date1 and date2 should be specified as DateObject expressions of any calendar granularity.
- DateWithinQ accepts lists of dates in both arguments, effectively calling Outer on the input lists.
- DateWithinQ returns True only if date2 falls entirely within the period represented by date1.
Examples
open allclose allBasic Examples (2)
Scope (3)
Properties & Relations (3)
DateWithinQ will return True only if date2 is entirely contained within date1:
DateOverlapsQ can be used to test for partial containment:
If a date object is within another, their difference will be zero of the largest calendar granularity:
If a date object is within another, they cannot be compared because they overlap:
Text
Wolfram Research (2017), DateWithinQ, Wolfram Language function, https://reference.wolfram.com/language/ref/DateWithinQ.html.
CMS
Wolfram Language. 2017. "DateWithinQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DateWithinQ.html.
APA
Wolfram Language. (2017). DateWithinQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DateWithinQ.html