is-weekday(
    weekday: weekday
)

Returns true if the date passed as the argument corresponds to the weekday passed as the parameter. Returns false otherwise.

Parameters

Name Type Required Description
weekday weekday Yes The day of week to compare to the argument.

Kind: Predicate
Scope: temporal
Aliases: weekday, dateTime-is-weekday


This site uses Just the Docs, a documentation theme for Jekyll.