x
R/gregorian-year-month-weekday.R
is_year_month_weekday.Rd
Check if x is a year-month-weekday.
is_year_month_weekday(x)
[object]
An object.
Returns TRUE if x inherits from "clock_year_month_weekday", otherwise returns FALSE.
TRUE
"clock_year_month_weekday"
FALSE
is_year_month_weekday(year_month_weekday(2019)) #> [1] TRUE