WLJS LogoWLJS Notebook

BusinessDayQ

BusinessDayQ[date] returns True if the date is a business day and returns False otherwise.

Examples

BusinessDayQ[DateObject[{2024, 1, 15}]]
(* True *)
BusinessDayQ[DateObject[{2024, 1, 14}]] (* Sunday *)
(* False *)

Please visit the official Wolfram Language Reference for more details.

On this page