is_year_month_weekday: Is 'x' a year-month-weekday?

View source: R/gregorian-year-month-weekday.R

is_year_month_weekdayR Documentation

Is x a year-month-weekday?

Description

Check if x is a year-month-weekday.

Usage

is_year_month_weekday(x)

Arguments

x

⁠[object]⁠

An object.

Value

Returns TRUE if x inherits from "clock_year_month_weekday", otherwise returns FALSE.

Examples

is_year_month_weekday(year_month_weekday(2019))

clock documentation built on Sept. 11, 2024, 8:39 p.m.